diff --git a/CHANGELOG.md b/CHANGELOG.md index f7955b8d2..fefecfc25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Xcodeproj Changelog -## Master +## 1.4.0 (2016-10-28) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index f055e64ac..10ae9be44 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GIT PATH remote: . specs: - xcodeproj (1.3.3) + xcodeproj (1.4.0) CFPropertyList (~> 2.3.3) activesupport (>= 3) claide (>= 1.0.1, < 2.0) diff --git a/lib/xcodeproj/gem_version.rb b/lib/xcodeproj/gem_version.rb index 02ba5207c..9132454f8 100644 --- a/lib/xcodeproj/gem_version.rb +++ b/lib/xcodeproj/gem_version.rb @@ -1,5 +1,5 @@ module Xcodeproj # The version of the xcodeproj gem. # - VERSION = '1.3.3'.freeze unless defined? Xcodeproj::VERSION + VERSION = '1.4.0'.freeze unless defined? Xcodeproj::VERSION end