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 39fe4ce commit 04c804bCopy full SHA for 04c804b
CHANGELOG.md
@@ -1,6 +1,8 @@
1
2
## Master
3
4
+## 0.10.0
5
+
6
###### Breaking
7
8
* To initialize a project a path is required even is the project is being
lib/xcodeproj/gem_version.rb
@@ -1,6 +1,6 @@
module Xcodeproj
# The version of the xcodeproj gem.
#
- VERSION = '0.9.0' unless defined? Xcodeproj::VERSION
+ VERSION = '0.10.0' unless defined? Xcodeproj::VERSION
end
0 commit comments