From d354d874ada0cc86ba436606f5ff30d0235d2501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Fri, 20 Sep 2013 21:52:13 +0200 Subject: [PATCH] Release 0.11.0 --- 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 67737dc33..0ec039984 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.10.1' unless defined? Xcodeproj::VERSION + VERSION = '0.11.0' unless defined? Xcodeproj::VERSION end