From 4cc95f412d47fe8b31c5619c6705070b7849663f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Sat, 29 Mar 2014 18:29:06 +0100 Subject: [PATCH] Bump version to 0.15.3. --- lib/xcodeproj/gem_version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xcodeproj/gem_version.rb b/lib/xcodeproj/gem_version.rb index 97d0b6fe1..4a38fa60e 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.15.2' unless defined? Xcodeproj::VERSION + VERSION = '0.15.3' unless defined? Xcodeproj::VERSION end