From 68a4cbcd6ab452eea9454288a11fb51fe86f6fba Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Sun, 10 Jul 2016 23:50:26 -0400 Subject: [PATCH] Release 1.2.0 --- CHANGELOG.md | 2 +- Gemfile.lock | 6 +++--- lib/xcodeproj/gem_version.rb | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e3dbec17..ce53b4e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Xcodeproj Changelog -## Master +## 1.2.0 (2016-07-11) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index a69c13070..abe28ef7f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/CocoaPods/CLAide - revision: 47857d569b7121c354ad15c426be04bc90c5f7c7 + revision: 74a51d486dd7a12ee798d015385714c13146946d specs: claide (1.0.0) @@ -14,7 +14,7 @@ GIT PATH remote: . specs: - xcodeproj (1.1.0) + xcodeproj (1.2.0) activesupport (>= 3) claide (>= 1.0.0, < 2.0) colored (~> 1.2) @@ -98,4 +98,4 @@ DEPENDENCIES xcodeproj! BUNDLED WITH - 1.11.2 + 1.12.5 diff --git a/lib/xcodeproj/gem_version.rb b/lib/xcodeproj/gem_version.rb index 01950b7d4..50b9e7e13 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.1.0'.freeze unless defined? Xcodeproj::VERSION + VERSION = '1.2.0'.freeze unless defined? Xcodeproj::VERSION end