Skip to content

Commit eea915f

Browse files
committed
Bump to 0.19.3
1 parent 52e62ce commit eea915f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

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

@@ -15,7 +15,7 @@ GEM
1515
astrolabe (1.3.0)
1616
parser (>= 2.2.0.pre.3, < 3.0)
1717
bacon (1.2.0)
18-
codeclimate-test-reporter (0.4.0)
18+
codeclimate-test-reporter (0.4.1)
1919
simplecov (>= 0.7.1, < 1.0.0)
2020
colored (1.2)
2121
docile (1.1.5)
@@ -35,7 +35,7 @@ GEM
3535
mocha (>= 0.13.0)
3636
multi_json (1.10.1)
3737
notify (0.5.2)
38-
parser (2.2.0.pre.4)
38+
parser (2.2.0.pre.5)
3939
ast (>= 1.1, < 3.0)
4040
slop (~> 3.4, >= 3.4.5)
4141
powerpack (0.0.9)

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

0 commit comments

Comments
 (0)