From 5c7dabc0d78d071193bd328616ebe3f1449b016b Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Sun, 2 Nov 2014 02:41:15 +0000 Subject: [PATCH] Release 0.35.0.rc1 --- CHANGELOG.md | 2 +- Gemfile.lock | 8 ++++---- lib/cocoapods/gem_version.rb | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32fb85dc0d..a7fa8a606c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 193efaa553..ffa85527f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) diff --git a/lib/cocoapods/gem_version.rb b/lib/cocoapods/gem_version.rb index 5b5a83340f..2bea2fec23 100644 --- a/lib/cocoapods/gem_version.rb +++ b/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