Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
endocrimes committed Sep 2, 2016
1 parent 4d2304a commit 563d94f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.0 (2016-09-02)

##### Enhancements

Expand Down
10 changes: 5 additions & 5 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: 74a51d486dd7a12ee798d015385714c13146946d
revision: 61071679fc965083b6d43fdc1aa042afbaf172d1
specs:
claide (1.0.0)

Expand All @@ -14,25 +14,25 @@ GIT
PATH
remote: .
specs:
xcodeproj (1.2.0)
xcodeproj (1.3.0)
activesupport (>= 3)
claide (>= 1.0.0, < 2.0)
colored (~> 1.2)

GEM
remote: http://rubygems.org/
specs:
activesupport (4.2.6)
activesupport (5.0.0.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
ast (2.2.0)
bacon (1.2.0)
codeclimate-test-reporter (0.4.1)
simplecov (>= 0.7.1, < 1.0.0)
colored (1.2)
concurrent-ruby (1.0.2)
docile (1.1.5)
ffi (1.9.6)
i18n (0.7.0)
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.2.0'.freeze unless defined? Xcodeproj::VERSION
VERSION = '1.3.0'.freeze unless defined? Xcodeproj::VERSION
end

0 comments on commit 563d94f

Please sign in to comment.