Skip to content

Commit

Permalink
Release 1.0.0.beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Feb 24, 2016
1 parent 5b60085 commit d62076a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Xcodeproj Changelog

## Master
## 1.0.0.beta.3 (2016-02-24)

##### Bug Fixes

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ GIT
PATH
remote: .
specs:
xcodeproj (1.0.0.beta.2)
xcodeproj (1.0.0.beta.3)
activesupport (>= 3)
claide (>= 1.0.0.beta.1, < 2.0)
colored (~> 1.2)

GEM
remote: http://rubygems.org/
specs:
activesupport (4.2.5)
activesupport (4.2.5.1)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
Expand All @@ -40,7 +40,7 @@ GEM
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
metaclass (0.0.4)
minitest (5.8.3)
minitest (5.8.4)
mocha (1.1.0)
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/xcodeproj/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Xcodeproj
# The version of the xcodeproj gem.
#
VERSION = '1.0.0.beta.2'.freeze unless defined? Xcodeproj::VERSION
VERSION = '1.0.0.beta.3'.freeze unless defined? Xcodeproj::VERSION
end

0 comments on commit d62076a

Please sign in to comment.