Skip to content

Commit

Permalink
Release 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Feb 2, 2018
1 parent 22b3eb1 commit f91dede
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Xcodeproj Changelog

## Master
## 1.5.5 (2018-02-02)

##### Enhancements

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GIT
PATH
remote: .
specs:
xcodeproj (1.5.4)
xcodeproj (1.5.5)
CFPropertyList (~> 2.3.3)
atomos (~> 0.1.0)
claide (>= 1.0.2, < 2.0)
Expand All @@ -28,7 +28,7 @@ GEM
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
ast (2.3.0)
atomos (0.1.0)
atomos (0.1.1)
bacon (1.2.0)
claide-plugins (0.9.2)
cork
Expand Down
2 changes: 1 addition & 1 deletion lib/xcodeproj/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Xcodeproj
# The version of the xcodeproj gem.
#
VERSION = '1.5.4'.freeze unless defined? Xcodeproj::VERSION
VERSION = '1.5.5'.freeze unless defined? Xcodeproj::VERSION
end

0 comments on commit f91dede

Please sign in to comment.