From 5081c1bc3a75907232b7b61f2d33a0644b336a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szikszai=20Guszt=C3=A1v?= Date: Fri, 28 Jul 2017 18:56:48 +0200 Subject: [PATCH] Bump version number. --- Gemfile.lock | 4 ++-- lib/elm_install/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7687bc5..105fd6f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - elm_install (1.1.0) + elm_install (1.1.1) adts (~> 0.1.2) commander (~> 4.4, >= 4.4.2) contracts (~> 0.16.0) @@ -151,4 +151,4 @@ DEPENDENCIES simplecov (~> 0.12.0) BUNDLED WITH - 1.13.7 + 1.15.3 diff --git a/lib/elm_install/version.rb b/lib/elm_install/version.rb index c4c3356..b56af36 100644 --- a/lib/elm_install/version.rb +++ b/lib/elm_install/version.rb @@ -1,4 +1,4 @@ module ElmInstall # The version of ElmInstall - VERSION = '1.1.0'.freeze + VERSION = '1.1.1'.freeze end