diff --git a/CHANGELOG.md b/CHANGELOG.md index f510a04b0..95a691529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Xcodeproj Changelog -## Master +## 0.28.1 (2015-10-05) ##### Bug Fixes diff --git a/Gemfile.lock b/Gemfile.lock index f722bf897..f8274fd1e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT PATH remote: . specs: - xcodeproj (0.28.0) + xcodeproj (0.28.1) activesupport (>= 3) claide (~> 0.9.1) colored (~> 1.2) diff --git a/lib/xcodeproj/gem_version.rb b/lib/xcodeproj/gem_version.rb index 91fdb4a3c..edee48bf1 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.28.0' unless defined? Xcodeproj::VERSION + VERSION = '0.28.1' unless defined? Xcodeproj::VERSION end