Skip to content

Commit

Permalink
Release 1.0.0.beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Dec 30, 2015
1 parent f2603c9 commit 9c1366b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2 (2015-12-30)

##### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
xcodeproj (1.0.0.beta.1)
xcodeproj (1.0.0.beta.2)
activesupport (>= 3)
claide (>= 1.0.0.beta.1, < 2.0)
colored (~> 1.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.1'.freeze unless defined? Xcodeproj::VERSION
VERSION = '1.0.0.beta.2'.freeze unless defined? Xcodeproj::VERSION
end

0 comments on commit 9c1366b

Please sign in to comment.