From 77b898f85b2c163a69f14070927127c623041c0f Mon Sep 17 00:00:00 2001 From: Danielle Tomlinson Date: Mon, 10 Oct 2016 12:39:27 -0700 Subject: [PATCH] Release 1.3.2 --- 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 c93b81ca4..720b24158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Xcodeproj Changelog -## Master +## 1.3.2 (2016-10-10) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index b419fa1dc..527fd3b1a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GIT PATH remote: . specs: - xcodeproj (1.3.1) + xcodeproj (1.3.2) 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 0be521c31..3e09e2d51 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.1'.freeze unless defined? Xcodeproj::VERSION + VERSION = '1.3.2'.freeze unless defined? Xcodeproj::VERSION end