Skip to content

Commit

Permalink
Release 0.35.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Nov 2, 2014
1 parent b767832 commit 5c7dabc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

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

## Master
## 0.35.0.rc1

##### Highlighted Enhancements That Need Testing

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -7,10 +7,10 @@ GIT

GIT
remote: https://github.com/CocoaPods/Core.git
revision: 729c269f4f19d42f4d01dd6274e20486f9b8ac69
revision: d436f8cc0aaa2e149aa770e20b74b7c0494b7952
branch: master
specs:
cocoapods-core (0.34.4)
cocoapods-core (0.35.0.rc1)
activesupport (>= 3.2.15)
fuzzy_match (~> 2.0.4)
nap (~> 0.8.0)
Expand Down Expand Up @@ -65,10 +65,10 @@ GIT
PATH
remote: .
specs:
cocoapods (0.34.4)
cocoapods (0.35.0.rc1)
activesupport (>= 3.2.15)
claide (~> 0.7.0)
cocoapods-core (= 0.34.4)
cocoapods-core (= 0.35.0.rc1)
cocoapods-downloader (~> 0.7.2)
cocoapods-plugins (~> 0.3.1)
cocoapods-trunk (~> 0.3.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods/gem_version.rb
@@ -1,5 +1,5 @@
module Pod
# The version of the cocoapods command line tool.
#
VERSION = '0.34.4' unless defined? Pod::VERSION
VERSION = '0.35.0.rc1' unless defined? Pod::VERSION
end

0 comments on commit 5c7dabc

Please sign in to comment.