From cb12d8abe9248266cc138e1751e72a1ca69f87f3 Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Thu, 27 Oct 2016 20:15:59 -0500 Subject: [PATCH] Release 1.4.0 --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/xcodeproj/gem_version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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