Skip to content

Commit

Permalink
Release 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Oct 1, 2015
1 parent 31baa30 commit 8df79c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Xcodeproj Changelog

## Master
## 0.28.0 (2015-10-01)

##### Enhancements

Expand All @@ -13,7 +13,7 @@
[Olivier Halligon](https://github.com/AliSoftware)
[#307](https://github.com/CocoaPods/Xcodeproj/pull/307)

* Adds `Xcodeproj::XCScheme#save!` to save in place when
* Adds `Xcodeproj::XCScheme#save!` to save in place when
the `XCScheme` object was initialized from an existing file.
[Olivier Halligon](https://github.com/AliSoftware)
[#308](https://github.com/CocoaPods/Xcodeproj/pull/308)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
xcodeproj (0.27.2)
xcodeproj (0.28.0)
activesupport (>= 3)
claide (~> 0.9.1)
colored (~> 1.2)
Expand Down Expand Up @@ -40,7 +40,7 @@ GEM
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
metaclass (0.0.4)
minitest (5.8.0)
minitest (5.8.1)
mocha (1.1.0)
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.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,5 +1,5 @@
module Xcodeproj
# The version of the xcodeproj gem.
#
VERSION = '0.27.2' unless defined? Xcodeproj::VERSION
VERSION = '0.28.0' unless defined? Xcodeproj::VERSION
end

0 comments on commit 8df79c5

Please sign in to comment.