From 187c845da80b605031b5194a2f2470a53c417308 Mon Sep 17 00:00:00 2001 From: adeniyiao <97685764+adeniyiao@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:45:59 -0400 Subject: [PATCH] v1.7.30 release --- Gemfile.lock | 2 +- lib/payment_icons/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index efdd3207c..77dbfd8ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - payment_icons (1.7.29) + payment_icons (1.7.30) frozen_record railties (>= 5.0) sassc-rails diff --git a/lib/payment_icons/version.rb b/lib/payment_icons/version.rb index 89af4aeb2..788ba7770 100644 --- a/lib/payment_icons/version.rb +++ b/lib/payment_icons/version.rb @@ -1,3 +1,3 @@ module PaymentIcons - VERSION = "1.7.29" + VERSION = "1.7.30" end