Skip to content

Commit 2ef2269

Browse files
committed
Release 0.21.0
1 parent 96adbd1 commit 2ef2269

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Xcodeproj Changelog
22

3-
## Master
3+
## 0.21.0
44

55
##### Breaking
66

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.20.2)
4+
xcodeproj (0.21.0)
55
activesupport (>= 3)
66
colored (~> 1.2)
77

lib/xcodeproj/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Xcodeproj
22
# The version of the xcodeproj gem.
33
#
4-
VERSION = '0.20.2' unless defined? Xcodeproj::VERSION
4+
VERSION = '0.21.0' unless defined? Xcodeproj::VERSION
55
end

0 commit comments

Comments
 (0)