Skip to content

Commit

Permalink
Release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
endocrimes committed Oct 10, 2016
1 parent 215b27f commit 77b898f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Xcodeproj Changelog

## Master
## 1.3.2 (2016-10-10)

##### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GIT
PATH
remote: .
specs:
xcodeproj (1.3.1)
xcodeproj (1.3.2)
activesupport (>= 3)
claide (>= 1.0.1, < 2.0)
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 = '1.3.1'.freeze unless defined? Xcodeproj::VERSION
VERSION = '1.3.2'.freeze unless defined? Xcodeproj::VERSION
end

0 comments on commit 77b898f

Please sign in to comment.