From 3a7a69a347756b03231ff59a787b304d2d34b76b Mon Sep 17 00:00:00 2001 From: adeniyiao <97685764+adeniyiao@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:37:19 -0400 Subject: [PATCH] v1.7.44 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 a74a4bb84..3fdba2d2c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - payment_icons (1.7.43) + payment_icons (1.7.44) frozen_record railties (>= 5.0) sassc-rails diff --git a/lib/payment_icons/version.rb b/lib/payment_icons/version.rb index 517b9484b..c25defec7 100644 --- a/lib/payment_icons/version.rb +++ b/lib/payment_icons/version.rb @@ -1,3 +1,3 @@ module PaymentIcons - VERSION = "1.7.43" + VERSION = "1.7.44" end