diff --git a/Gemfile.lock b/Gemfile.lock index 073305fff..a9e205001 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - payment_icons (1.7.39) + payment_icons (1.7.40) frozen_record railties (>= 5.0) sassc-rails diff --git a/lib/payment_icons/version.rb b/lib/payment_icons/version.rb index 4e6f4a530..d687b0281 100644 --- a/lib/payment_icons/version.rb +++ b/lib/payment_icons/version.rb @@ -1,3 +1,3 @@ module PaymentIcons - VERSION = "1.7.39" + VERSION = "1.7.40" end