Skip to content

Commit 463119e

Browse files
committed
Release 1.1.0
1 parent f293b1e commit 463119e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Xcodeproj Changelog
22

3-
## Master
3+
## 1.1.0 (2016-06-01)
44

55
##### Enhancements
66

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GIT
22
remote: https://github.com/CocoaPods/CLAide
3-
revision: e76d82aadde8f36b6b4511b869ea800f4118b5d1
3+
revision: 47857d569b7121c354ad15c426be04bc90c5f7c7
44
specs:
55
claide (1.0.0)
66

77
PATH
88
remote: .
99
specs:
10-
xcodeproj (1.0.0)
10+
xcodeproj (1.1.0)
1111
activesupport (>= 3)
1212
claide (>= 1.0.0, < 2.0)
1313
colored (~> 1.2)
@@ -38,7 +38,7 @@ GEM
3838
rb-inotify (>= 0.9)
3939
rb-kqueue (>= 0.2)
4040
metaclass (0.0.4)
41-
minitest (5.8.4)
41+
minitest (5.9.0)
4242
mocha (1.1.0)
4343
metaclass (~> 0.0.1)
4444
mocha-on-bacon (0.2.2)

lib/xcodeproj/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Xcodeproj
22
# The version of the xcodeproj gem.
33
#
4-
VERSION = '1.0.0'.freeze unless defined? Xcodeproj::VERSION
4+
VERSION = '1.1.0'.freeze unless defined? Xcodeproj::VERSION
55
end

0 commit comments

Comments
 (0)