Skip to content

Commit 53d6e0d

Browse files
committed
Release 1.4.2
1 parent 2f22229 commit 53d6e0d

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+
## 1.4.2 (2016-12-19)
44

55
##### Enhancements
66

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GIT
1414
PATH
1515
remote: .
1616
specs:
17-
xcodeproj (1.4.1)
17+
xcodeproj (1.4.2)
1818
CFPropertyList (~> 2.3.3)
1919
activesupport (>= 3)
2020
claide (>= 1.0.1, < 2.0)
@@ -47,7 +47,7 @@ GEM
4747
rb-inotify (>= 0.9)
4848
rb-kqueue (>= 0.2)
4949
metaclass (0.0.4)
50-
minitest (5.9.1)
50+
minitest (5.10.1)
5151
mocha (1.1.0)
5252
metaclass (~> 0.0.1)
5353
mocha-on-bacon (0.2.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 = '1.4.1'.freeze unless defined? Xcodeproj::VERSION
4+
VERSION = '1.4.2'.freeze unless defined? Xcodeproj::VERSION
55
end

0 commit comments

Comments
 (0)