From 87ca261c3df837bbcac462a7925f2ee78c149a84 Mon Sep 17 00:00:00 2001 From: Danielle Tomlinson Date: Thu, 20 Oct 2016 11:21:11 +0200 Subject: [PATCH] Release 1.3.3 --- 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 fb94b4f67..bfbce0e80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Xcodeproj Changelog -## Master +## 1.3.3 (2016-10-20) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 527fd3b1a..aae4f6d1d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GIT PATH remote: . specs: - xcodeproj (1.3.2) + xcodeproj (1.3.3) activesupport (>= 3) claide (>= 1.0.1, < 2.0) colored (~> 1.2) diff --git a/lib/xcodeproj/gem_version.rb b/lib/xcodeproj/gem_version.rb index 3e09e2d51..02ba5207c 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.2'.freeze unless defined? Xcodeproj::VERSION + VERSION = '1.3.3'.freeze unless defined? Xcodeproj::VERSION end