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 4ac0dad commit d1d0df8Copy full SHA for d1d0df8
CHANGELOG.md
@@ -1,4 +1,6 @@
1
-## master
+# Xcodeproj Changelog
2
+
3
+## 0.15.0
4
5
###### Breaking
6
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- xcodeproj (0.14.1)
+ xcodeproj (0.15.0)
activesupport (~> 3.0)
colored (~> 1.2)
7
rake
lib/xcodeproj/gem_version.rb
@@ -1,6 +1,6 @@
module Xcodeproj
# The version of the xcodeproj gem.
#
- VERSION = '0.14.1' unless defined? Xcodeproj::VERSION
+ VERSION = '0.15.0' unless defined? Xcodeproj::VERSION
end
0 commit comments