From 64cf2521e3312f77dd200250aa1d2427297e3eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20Copin?= Date: Thu, 21 Feb 2019 16:07:57 -0500 Subject: [PATCH] chore(version): bump version to v0.1.1 --- Gemfile.lock | 2 +- lib/ios_icon_generator/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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