Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Oct 24, 2013
1 parent 3187d3a commit 33d4a70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Master
## 0.14.0

###### Bug Fixes

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ GIT
PATH
remote: .
specs:
xcodeproj (0.13.1)
xcodeproj (0.14.0)
activesupport (~> 3.0)
colored (~> 1.2)

GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.14)
activesupport (3.2.15)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
bacon (1.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/xcodeproj/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Xcodeproj
# The version of the xcodeproj gem.
#
VERSION = '0.13.1' unless defined? Xcodeproj::VERSION
VERSION = '0.14.0' unless defined? Xcodeproj::VERSION
end

0 comments on commit 33d4a70

Please sign in to comment.