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