From e35ab1eda7e98ad052e3b0314c632ff814c5c7a8 Mon Sep 17 00:00:00 2001 From: "Samuel E. Giddins" Date: Thu, 27 Aug 2015 22:44:27 -0700 Subject: [PATCH] Release 0.27.1 --- CHANGELOG.md | 8 ++++++++ Gemfile.lock | 2 +- lib/xcodeproj/gem_version.rb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c67cf19..4aabd068f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Xcodeproj Changelog +## 0.27.1 (2015-08-28) + +##### Bug Fixes + +* This release fixes a file permissions error when using the RubyGem. + [Samuel Giddins](https://github.com/segiddins) + + ## 0.27.0 (2015-08-26) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 3f814ff38..c0e9520e9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT PATH remote: . specs: - xcodeproj (0.27.0) + xcodeproj (0.27.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 921693b32..68669d421 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.0' unless defined? Xcodeproj::VERSION + VERSION = '0.27.1' unless defined? Xcodeproj::VERSION end