We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dacab86 commit 970f4a4Copy full SHA for 970f4a4
Gemfile.lock
@@ -18,7 +18,7 @@ GIT
18
PATH
19
remote: .
20
specs:
21
- xcodeproj (0.12.0)
+ xcodeproj (0.13.0)
22
activesupport (~> 3.0)
23
colored (~> 1.2)
24
lib/xcodeproj/gem_version.rb
@@ -1,6 +1,6 @@
1
module Xcodeproj
2
# The version of the xcodeproj gem.
3
#
4
- VERSION = '0.12.0' unless defined? Xcodeproj::VERSION
+ VERSION = '0.13.0' unless defined? Xcodeproj::VERSION
5
end
6
0 commit comments