From 6fa9e979e3577fca65756be1a8bab1a497708be3 Mon Sep 17 00:00:00 2001 From: Nicholas La Roux Date: Tue, 7 Dec 2021 13:57:33 +0900 Subject: [PATCH] Release v1.7.6 --- 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 f5541a05b..6d617dadd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - payment_icons (1.7.5) + payment_icons (1.7.6) frozen_record railties (>= 5.0) sassc-rails diff --git a/lib/payment_icons/version.rb b/lib/payment_icons/version.rb index 0920a534a..a4951bee6 100644 --- a/lib/payment_icons/version.rb +++ b/lib/payment_icons/version.rb @@ -1,3 +1,3 @@ module PaymentIcons - VERSION = "1.7.5" + VERSION = "1.7.6" end