Skip to content

Commit

Permalink
Bump to 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Oct 28, 2014
1 parent acfc437 commit 7554228
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
xcodeproj (0.20.0)
xcodeproj (0.20.1)
activesupport (>= 3)
colored (~> 1.2)

Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/xcodeproj/gem_version.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7554228

Please sign in to comment.