Skip to content

Commit 970f4a4

Browse files
committed
Release 0.13.0
1 parent dacab86 commit 970f4a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GIT
1818
PATH
1919
remote: .
2020
specs:
21-
xcodeproj (0.12.0)
21+
xcodeproj (0.13.0)
2222
activesupport (~> 3.0)
2323
colored (~> 1.2)
2424

lib/xcodeproj/gem_version.rb

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

0 commit comments

Comments
 (0)