Skip to content

Commit d1d0df8

Browse files
committed
Release 0.15.0
1 parent 4ac0dad commit d1d0df8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## master
1+
# Xcodeproj Changelog
2+
3+
## 0.15.0
24

35
###### Breaking
46

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
xcodeproj (0.14.1)
4+
xcodeproj (0.15.0)
55
activesupport (~> 3.0)
66
colored (~> 1.2)
77
rake

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

0 commit comments

Comments
 (0)