Skip to content

Commit 563d94f

Browse files
committed
Release 1.3.0
1 parent 4d2304a commit 563d94f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.3.0 (2016-09-02)
44

55
##### Enhancements
66

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/CocoaPods/CLAide
3-
revision: 74a51d486dd7a12ee798d015385714c13146946d
3+
revision: 61071679fc965083b6d43fdc1aa042afbaf172d1
44
specs:
55
claide (1.0.0)
66

@@ -14,25 +14,25 @@ GIT
1414
PATH
1515
remote: .
1616
specs:
17-
xcodeproj (1.2.0)
17+
xcodeproj (1.3.0)
1818
activesupport (>= 3)
1919
claide (>= 1.0.0, < 2.0)
2020
colored (~> 1.2)
2121

2222
GEM
2323
remote: http://rubygems.org/
2424
specs:
25-
activesupport (4.2.6)
25+
activesupport (5.0.0.1)
26+
concurrent-ruby (~> 1.0, >= 1.0.2)
2627
i18n (~> 0.7)
27-
json (~> 1.7, >= 1.7.7)
2828
minitest (~> 5.1)
29-
thread_safe (~> 0.3, >= 0.3.4)
3029
tzinfo (~> 1.1)
3130
ast (2.2.0)
3231
bacon (1.2.0)
3332
codeclimate-test-reporter (0.4.1)
3433
simplecov (>= 0.7.1, < 1.0.0)
3534
colored (1.2)
35+
concurrent-ruby (1.0.2)
3636
docile (1.1.5)
3737
ffi (1.9.6)
3838
i18n (0.7.0)

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.2.0'.freeze unless defined? Xcodeproj::VERSION
4+
VERSION = '1.3.0'.freeze unless defined? Xcodeproj::VERSION
55
end

0 commit comments

Comments
 (0)