From b2b8939e412ccd3e1ddc576be0afcb80363d7d98 Mon Sep 17 00:00:00 2001 From: Danielle Tomlinson Date: Fri, 31 Mar 2017 18:14:33 +0200 Subject: [PATCH] Release 1.4.3 --- CHANGELOG.md | 2 +- Gemfile.lock | 4 ++-- lib/xcodeproj/gem_version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3e0ff3f4..f37e78f71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Xcodeproj Changelog -## Master +## 1.4.3 (2017-03-31) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 4583f1f7e..fb7cb7b89 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GIT PATH remote: . specs: - xcodeproj (1.4.2) + xcodeproj (1.4.3) CFPropertyList (~> 2.3.3) activesupport (>= 3) claide (>= 1.0.1, < 2.0) @@ -79,7 +79,7 @@ GEM simplecov-html (~> 0.9.0) simplecov-html (0.9.0) thread_safe (0.3.6) - tzinfo (1.2.2) + tzinfo (1.2.3) thread_safe (~> 0.1) unicode-display_width (1.1.3) diff --git a/lib/xcodeproj/gem_version.rb b/lib/xcodeproj/gem_version.rb index 53f110eb8..d47deace3 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.2'.freeze unless defined? Xcodeproj::VERSION + VERSION = '1.4.3'.freeze unless defined? Xcodeproj::VERSION end