diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aef04a22..17142acf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Xcodeproj Changelog -## Master +## 0.27.2 (2015-09-02) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index c0e9520e9..3a27e344a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT PATH remote: . specs: - xcodeproj (0.27.1) + xcodeproj (0.27.2) activesupport (>= 3) claide (~> 0.9.1) colored (~> 1.2) diff --git a/lib/xcodeproj/gem_version.rb b/lib/xcodeproj/gem_version.rb index 68669d421..7fe7cdddf 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.27.1' unless defined? Xcodeproj::VERSION + VERSION = '0.27.2' unless defined? Xcodeproj::VERSION end