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 fa55bfc commit 2de0fd0Copy full SHA for 2de0fd0
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Xcodeproj Changelog
2
3
-## Master
+## 1.17.0 (2020-06-23)
4
5
##### Enhancements
6
Gemfile.lock
@@ -14,7 +14,7 @@ GIT
14
PATH
15
remote: .
16
specs:
17
- xcodeproj (1.16.0)
+ xcodeproj (1.17.0)
18
CFPropertyList (>= 2.3.3, < 4.0)
19
atomos (~> 0.1.3)
20
claide (>= 1.0.2, < 2.0)
lib/xcodeproj/gem_version.rb
@@ -1,5 +1,5 @@
module Xcodeproj
# The version of the xcodeproj gem.
#
- VERSION = '1.16.0'.freeze unless defined? Xcodeproj::VERSION
+ VERSION = '1.17.0'.freeze unless defined? Xcodeproj::VERSION
end
0 commit comments