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 14799a9 commit 0d910d0Copy full SHA for 0d910d0
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Xcodeproj Changelog
2
3
-## Master
+## 0.17.0
4
5
###### Enhancements
6
Gemfile.lock
@@ -1,14 +1,14 @@
PATH
remote: .
specs:
- xcodeproj (0.16.1)
+ xcodeproj (0.17.0)
activesupport (~> 3.0)
colored (~> 1.2)
7
8
GEM
9
remote: http://rubygems.org/
10
11
- activesupport (3.2.17)
+ activesupport (3.2.18)
12
i18n (~> 0.6, >= 0.6.4)
13
multi_json (~> 1.0)
14
bacon (1.2.0)
lib/xcodeproj/gem_version.rb
module Xcodeproj
# The version of the xcodeproj gem.
#
- VERSION = '0.16.1' unless defined? Xcodeproj::VERSION
+ VERSION = '0.17.0' unless defined? Xcodeproj::VERSION
end
0 commit comments