Skip to content

Commit 04c804b

Browse files
committed
Release 0.10.0
1 parent 39fe4ce commit 04c804b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
## Master
33

4+
## 0.10.0
5+
46
###### Breaking
57

68
* To initialize a project a path is required even is the project is being

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.9.0' unless defined? Xcodeproj::VERSION
4+
VERSION = '0.10.0' unless defined? Xcodeproj::VERSION
55
end
66

0 commit comments

Comments
 (0)