diff --git a/Gemfile.lock b/Gemfile.lock index 6d33465..eb98dac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ios_icon_generator (0.1) + ios_icon_generator (0.1.1) colored2 hanami-cli parallel diff --git a/lib/ios_icon_generator/version.rb b/lib/ios_icon_generator/version.rb index 4fe4cf7..625d68e 100644 --- a/lib/ios_icon_generator/version.rb +++ b/lib/ios_icon_generator/version.rb @@ -18,5 +18,5 @@ module IOSIconGenerator ## # The current version of the gem. # - VERSION = '0.1' + VERSION = '0.1.1' end