From de68e2956d6fe89c8c6dc4bbf1d5ca2f2c6fec03 Mon Sep 17 00:00:00 2001 From: Valerio Mazzeo Date: Mon, 24 Oct 2016 15:49:38 +0100 Subject: [PATCH] v0.0.5 --- Gemfile.lock | 6 +++--- lib/xcodebuild/gem_version.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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