Skip to content

Commit 83c3e07

Browse files
committed
Release 0.9.0
1 parent a8728de commit 83c3e07

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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.9.0
5+
46
###### Enhancements
57

68
* Frameworks are added using the last sdks version reported by the xcodebuild if

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.8.1)
21+
xcodeproj (0.9.0)
2222
activesupport (~> 3.2.13)
2323
colored (~> 1.2)
2424

lib/xcodeproj.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Xcodeproj
2-
VERSION = '0.8.1' unless defined? Xcodeproj::VERSION
2+
VERSION = '0.9.0' unless defined? Xcodeproj::VERSION
33

44
class PlainInformative < StandardError
55
end

0 commit comments

Comments
 (0)