From 970f4a4ac2f75b6887ef4564b3e3f3e55040f496 Mon Sep 17 00:00:00 2001 From: Fabio Pelosin Date: Wed, 9 Oct 2013 20:07:35 +0200 Subject: [PATCH] Release 0.13.0 --- Gemfile.lock | 2 +- lib/xcodeproj/gem_version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 839faadde..4a37d0e03 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GIT PATH remote: . specs: - xcodeproj (0.12.0) + xcodeproj (0.13.0) activesupport (~> 3.0) colored (~> 1.2) diff --git a/lib/xcodeproj/gem_version.rb b/lib/xcodeproj/gem_version.rb index e54b9fbb5..3f97376dd 100644 --- a/lib/xcodeproj/gem_version.rb +++ b/lib/xcodeproj/gem_version.rb @@ -1,6 +1,6 @@ module Xcodeproj # The version of the xcodeproj gem. # - VERSION = '0.12.0' unless defined? Xcodeproj::VERSION + VERSION = '0.13.0' unless defined? Xcodeproj::VERSION end