From cc11c5809416da6c82d20fa5e9acf82fb1a013a1 Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Wed, 2 Nov 2016 13:45:12 -0500 Subject: [PATCH] Release 1.4.1 --- 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 f94b48ccd..c7c90d4b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Xcodeproj Changelog -## Master +## 1.4.1 (2016-11-02) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index dfce7814a..cbfe69394 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GIT PATH remote: . specs: - xcodeproj (1.4.0) + xcodeproj (1.4.1) 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 9132454f8..b14a95461 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.4.0'.freeze unless defined? Xcodeproj::VERSION + VERSION = '1.4.1'.freeze unless defined? Xcodeproj::VERSION end