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