diff --git a/Gemfile.lock b/Gemfile.lock index e9493253f..62357a1ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - xcodeproj (0.20.0) + xcodeproj (0.20.1) activesupport (>= 3) colored (~> 1.2) @@ -40,7 +40,7 @@ GEM mocha (>= 0.13.0) multi_json (1.10.1) notify (0.5.2) - parser (2.2.0.pre.5) + parser (2.2.0.pre.6) ast (>= 1.1, < 3.0) slop (~> 3.4, >= 3.4.5) powerpack (0.0.9) diff --git a/lib/xcodeproj/gem_version.rb b/lib/xcodeproj/gem_version.rb index ac649a1ce..078e465d4 100644 --- a/lib/xcodeproj/gem_version.rb +++ b/lib/xcodeproj/gem_version.rb @@ -1,5 +1,5 @@ module Xcodeproj # The version of the xcodeproj gem. # - VERSION = '0.20.0' unless defined? Xcodeproj::VERSION + VERSION = '0.20.1' unless defined? Xcodeproj::VERSION end