diff --git a/Gemfile.lock b/Gemfile.lock index 49b8b22..b8f4637 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - deliver (0.7.13) + deliver (0.8.0) fastimage (~> 1.6.3) fastlane_core (>= 0.2.0) nokogiri (~> 1.6.5) @@ -37,12 +37,12 @@ GEM docile (1.1.5) fastimage (1.6.8) addressable (~> 2.3, >= 2.3.5) - fastlane_core (0.3.0) + fastlane_core (0.3.1) babosa capybara (~> 2.4.3) colored commander (>= 4.1.0) - credentials_manager + credentials_manager (>= 0.1.3) highline (~> 1.6.21) json multi_json diff --git a/lib/deliver/version.rb b/lib/deliver/version.rb index a06e5ef..9d4883c 100644 --- a/lib/deliver/version.rb +++ b/lib/deliver/version.rb @@ -1,3 +1,3 @@ module Deliver - VERSION = "0.7.13" + VERSION = "0.8.0" end