Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrackwitz committed Jun 1, 2016
1 parent f293b1e commit 463119e
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.1.0 (2016-06-01)

##### Enhancements

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

PATH
remote: .
specs:
xcodeproj (1.0.0)
xcodeproj (1.1.0)
activesupport (>= 3)
claide (>= 1.0.0, < 2.0)
colored (~> 1.2)
Expand Down Expand Up @@ -38,7 +38,7 @@ GEM
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
metaclass (0.0.4)
minitest (5.8.4)
minitest (5.9.0)
mocha (1.1.0)
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.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.0.0'.freeze unless defined? Xcodeproj::VERSION
VERSION = '1.1.0'.freeze unless defined? Xcodeproj::VERSION
end

0 comments on commit 463119e

Please sign in to comment.