Skip to content

Commit

Permalink
Release 0.34.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Sep 13, 2014
1 parent 5c79d01 commit 745029b
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
Expand Up @@ -2,7 +2,7 @@

To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides/installing_cocoapods.html).

## Master
## 0.34.0.rc1

##### Breaking

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ GIT

GIT
remote: https://github.com/CocoaPods/Core.git
revision: 34e217967230dc9d1905e1a731458fc2f3f7c950
revision: 1d34e2d5c39351c738e47716d12dc7c9c67c409f
branch: master
specs:
cocoapods-core (0.33.1)
cocoapods-core (0.34.0.rc1)
activesupport (>= 3.2.15)
fuzzy_match (~> 2.0.4)
json_pure (~> 1.8)
Expand Down Expand Up @@ -61,10 +61,10 @@ GIT
PATH
remote: .
specs:
cocoapods (0.33.1)
cocoapods (0.34.0.rc1)
activesupport (>= 3.2.15, < 4)
claide (~> 0.7.0)
cocoapods-core (= 0.33.1)
cocoapods-core (= 0.34.0.rc1)
cocoapods-downloader (~> 0.7.0)
cocoapods-plugins (~> 0.3.1)
cocoapods-trunk (~> 0.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pod
# The version of the cocoapods command line tool.
#
VERSION = '0.33.1' unless defined? Pod::VERSION
VERSION = '0.34.0.rc1' unless defined? Pod::VERSION
end

0 comments on commit 745029b

Please sign in to comment.