Skip to content

Commit

Permalink
Release 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Aug 28, 2015
1 parent 893a44e commit e35ab1e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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.0)
xcodeproj (0.27.1)
activesupport (>= 3)
claide (~> 0.9.1)
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,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

0 comments on commit e35ab1e

Please sign in to comment.