Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Jul 11, 2016
1 parent db81e7e commit 68a4cbc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.2.0 (2016-07-11)

##### Enhancements

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/CocoaPods/CLAide
revision: 47857d569b7121c354ad15c426be04bc90c5f7c7
revision: 74a51d486dd7a12ee798d015385714c13146946d
specs:
claide (1.0.0)

Expand All @@ -14,7 +14,7 @@ GIT
PATH
remote: .
specs:
xcodeproj (1.1.0)
xcodeproj (1.2.0)
activesupport (>= 3)
claide (>= 1.0.0, < 2.0)
colored (~> 1.2)
Expand Down Expand Up @@ -98,4 +98,4 @@ DEPENDENCIES
xcodeproj!

BUNDLED WITH
1.11.2
1.12.5
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.1.0'.freeze unless defined? Xcodeproj::VERSION
VERSION = '1.2.0'.freeze unless defined? Xcodeproj::VERSION
end

0 comments on commit 68a4cbc

Please sign in to comment.