Skip to content

Commit 8f78b52

Browse files
committed
Release 1.5.6
1 parent 823cb65 commit 8f78b52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.5.6 (2018-02-04)
44

55
##### Enhancements
66

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GIT
1414
PATH
1515
remote: .
1616
specs:
17-
xcodeproj (1.5.5)
17+
xcodeproj (1.5.6)
1818
CFPropertyList (~> 2.3.3)
1919
atomos (~> 0.1.2)
2020
claide (>= 1.0.2, < 2.0)

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

0 commit comments

Comments
 (0)