Skip to content

Commit

Permalink
Release 1.0.0.beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Apr 14, 2016
1 parent e3ba66a commit 6123604
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.4 (2016-04-14)

##### Enhancements

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
GIT
remote: https://github.com/CocoaPods/CLAide
revision: d5a7ef8f3e730f195ecb3dfd2ec5891d1c6988d7
revision: 62896152c8f884ddb062afb2cb0ff7a4fd0a9a65
specs:
claide (1.0.0.beta.1)
claide (1.0.0.beta.3)

PATH
remote: .
specs:
xcodeproj (1.0.0.beta.3)
xcodeproj (1.0.0.beta.4)
activesupport (>= 3)
claide (>= 1.0.0.beta.1, < 2.0)
colored (~> 1.2)

GEM
remote: http://rubygems.org/
specs:
activesupport (4.2.5.1)
activesupport (4.2.6)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
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.3'.freeze unless defined? Xcodeproj::VERSION
VERSION = '1.0.0.beta.4'.freeze unless defined? Xcodeproj::VERSION
end

0 comments on commit 6123604

Please sign in to comment.