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 96adbd1 commit 2ef2269Copy full SHA for 2ef2269
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Xcodeproj Changelog
2
3
-## Master
+## 0.21.0
4
5
##### Breaking
6
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- xcodeproj (0.20.2)
+ xcodeproj (0.21.0)
activesupport (>= 3)
colored (~> 1.2)
7
lib/xcodeproj/gem_version.rb
@@ -1,5 +1,5 @@
module Xcodeproj
# The version of the xcodeproj gem.
#
- VERSION = '0.20.2' unless defined? Xcodeproj::VERSION
+ VERSION = '0.21.0' unless defined? Xcodeproj::VERSION
end
0 commit comments