diff --git a/Gemfile.lock b/Gemfile.lock index f242c7e..f3053b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,15 +1,15 @@ PATH remote: . specs: - danger-xcodebuild (0.0.4) + danger-xcodebuild (0.0.5) danger (~> 3.0) GEM remote: https://rubygems.org/ specs: addressable (2.4.0) - claide (1.0.0) - claide-plugins (0.9.1) + claide (1.0.1) + claide-plugins (0.9.2) cork nap open4 (~> 1.3) diff --git a/lib/xcodebuild/gem_version.rb b/lib/xcodebuild/gem_version.rb index 0112afe..0f9edb4 100644 --- a/lib/xcodebuild/gem_version.rb +++ b/lib/xcodebuild/gem_version.rb @@ -1,3 +1,3 @@ module Xcodebuild - VERSION = "0.0.4".freeze + VERSION = "0.0.5".freeze end