Skip to content

Commit

Permalink
Release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Sep 4, 2013
1 parent d970a37 commit 1f87522
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@

## Master

## 0.10.1

###### Enhancements

* Build configurations are now deeply copied.
[CocoaPods/CocoaPods#1288](https://github.com/CocoaPods/CocoaPods/issues/1322),

## 0.10.0

###### Breaking
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GIT
PATH
remote: .
specs:
xcodeproj (0.10.0)
xcodeproj (0.10.1)
activesupport (~> 3.0)
colored (~> 1.2)

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.10.0' unless defined? Xcodeproj::VERSION
VERSION = '0.10.1' unless defined? Xcodeproj::VERSION
end

0 comments on commit 1f87522

Please sign in to comment.