From 400499d5a05bb804c29cbc1c48ef82702fa23614 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Thu, 26 Mar 2015 09:23:31 +0000 Subject: [PATCH] Version bump --- Gemfile.lock | 6 +++--- lib/sigh/version.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8c844f8..28f0d51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sigh (0.4.6) + sigh (0.4.7) fastlane_core (>= 0.3.1) plist (~> 3.1.0) @@ -31,13 +31,13 @@ GEM security diff-lcs (1.2.5) docile (1.1.5) - fastlane_core (0.3.2) + fastlane_core (0.3.3) babosa capybara (~> 2.4.3) colored commander (>= 4.1.0) credentials_manager (>= 0.1.3) - highline (~> 1.6.21) + highline json multi_json phantomjs (~> 1.9.8) diff --git a/lib/sigh/version.rb b/lib/sigh/version.rb index 86be255..1627104 100644 --- a/lib/sigh/version.rb +++ b/lib/sigh/version.rb @@ -1,3 +1,3 @@ module Sigh - VERSION = "0.4.6" + VERSION = "0.4.7" end