diff --git a/Gemfile.lock b/Gemfile.lock index 52abfa1fe..ce08cf8b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - payment_icons (1.0.5) + payment_icons (1.0.6) frozen_record rails (>= 5.0, < 6.0) sass diff --git a/lib/payment_icons/version.rb b/lib/payment_icons/version.rb index f4e8d12e5..e5c5c3070 100644 --- a/lib/payment_icons/version.rb +++ b/lib/payment_icons/version.rb @@ -1,3 +1,3 @@ module PaymentIcons - VERSION = "1.0.5" + VERSION = "1.0.6" end