From 39b060359900d5d319f8e42e50d641ef58bf7825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Sun, 13 Jan 2013 21:53:12 +0100 Subject: [PATCH] Release 0.4.1 --- Gemfile.lock | 2 +- lib/xcodeproj.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 59a3d063f..039942715 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - xcodeproj (0.4.0) + xcodeproj (0.4.1) activesupport (~> 3.2.6) colored (~> 1.2) diff --git a/lib/xcodeproj.rb b/lib/xcodeproj.rb index 481305661..334c0bdf8 100644 --- a/lib/xcodeproj.rb +++ b/lib/xcodeproj.rb @@ -1,5 +1,5 @@ module Xcodeproj - VERSION = '0.4.0' + VERSION = '0.4.1' class PlainInformative < StandardError end