Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Aug 22, 2012
1 parent f972f1e commit 96cec1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PATH
remote: .
specs:
xcodeproj (0.3.1)
xcodeproj (0.3.2)
activesupport (~> 3.2.6)

GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.6)
activesupport (3.2.8)
i18n (~> 0.6)
multi_json (~> 1.0)
bacon (1.1.0)
ffi (1.0.11)
ffi (1.1.5)
i18n (0.6.0)
kicker (2.6.1)
listen
Expand Down
2 changes: 1 addition & 1 deletion lib/xcodeproj.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Xcodeproj
VERSION = '0.3.1'
VERSION = '0.3.2'

autoload :Config, 'xcodeproj/config'
autoload :Project, 'xcodeproj/project'
Expand Down

0 comments on commit 96cec1e

Please sign in to comment.