From 186cd802eb8b3b929fbf8bf70b66b6ae52dda72e Mon Sep 17 00:00:00 2001 From: "Samuel E. Giddins" Date: Sat, 25 Jul 2015 21:45:11 -0700 Subject: [PATCH] Release 0.26.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 301587225..ad7698986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Xcodeproj Changelog -## Master +## 0.26.3 ##### Bug Fixes diff --git a/Gemfile.lock b/Gemfile.lock index 0e9da04d9..8e8d51593 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT PATH remote: . specs: - xcodeproj (0.26.2) + xcodeproj (0.26.3) activesupport (>= 3) claide (~> 0.9.1) colored (~> 1.2) @@ -95,4 +95,4 @@ DEPENDENCIES xcodeproj! BUNDLED WITH - 1.10.5 + 1.10.6 diff --git a/lib/xcodeproj/gem_version.rb b/lib/xcodeproj/gem_version.rb index 4748cde21..0df49def8 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 = '0.26.2' unless defined? Xcodeproj::VERSION + VERSION = '0.26.3' unless defined? Xcodeproj::VERSION end