Skip to content

Commit 0d910d0

Browse files
committed
Release 0.17.0
1 parent 14799a9 commit 0d910d0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.17.0
44

55
###### Enhancements
66

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
PATH
22
remote: .
33
specs:
4-
xcodeproj (0.16.1)
4+
xcodeproj (0.17.0)
55
activesupport (~> 3.0)
66
colored (~> 1.2)
77

88
GEM
99
remote: http://rubygems.org/
1010
specs:
11-
activesupport (3.2.17)
11+
activesupport (3.2.18)
1212
i18n (~> 0.6, >= 0.6.4)
1313
multi_json (~> 1.0)
1414
bacon (1.2.0)

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

0 commit comments

Comments
 (0)