Skip to content

Commit 49d003d

Browse files
committed
Release 0.19.1
1 parent cbbead9 commit 49d003d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.19.0)
4+
xcodeproj (0.19.1)
55
CFPropertyList (~> 2.2)
66
activesupport (~> 3.0)
77
colored (~> 1.2)

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

0 commit comments

Comments
 (0)