Skip to content

Commit 33d4a70

Browse files
committed
Release 0.14.0
1 parent 3187d3a commit 33d4a70

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,4 +1,4 @@
1-
## Master
1+
## 0.14.0
22

33
###### Bug Fixes
44

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ GIT
1818
PATH
1919
remote: .
2020
specs:
21-
xcodeproj (0.13.1)
21+
xcodeproj (0.14.0)
2222
activesupport (~> 3.0)
2323
colored (~> 1.2)
2424

2525
GEM
2626
remote: http://rubygems.org/
2727
specs:
28-
activesupport (3.2.14)
28+
activesupport (3.2.15)
2929
i18n (~> 0.6, >= 0.6.4)
3030
multi_json (~> 1.0)
3131
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.13.1' unless defined? Xcodeproj::VERSION
4+
VERSION = '0.14.0' unless defined? Xcodeproj::VERSION
55
end
66

0 commit comments

Comments
 (0)