From afe219baa5a4854067145825d0c141e43eee0e6a Mon Sep 17 00:00:00 2001 From: Fabio Pelosin Date: Tue, 16 Sep 2014 16:03:52 +0200 Subject: [PATCH] Release 0.34.0.rc2 --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/cocoapods-core/gem_version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92aad971b..0d014817b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CocoaPods Core Changelog -## Master +## 0.34.0.rc2 ##### Bug Fixes diff --git a/Gemfile.lock b/Gemfile.lock index 40384f2ef..499a74ea0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cocoapods-core (0.34.0.rc1) + cocoapods-core (0.34.0.rc2) activesupport (>= 3.2.15) fuzzy_match (~> 2.0.4) json_pure (~> 1.8) diff --git a/lib/cocoapods-core/gem_version.rb b/lib/cocoapods-core/gem_version.rb index b09b9ab3c..b35564b1a 100644 --- a/lib/cocoapods-core/gem_version.rb +++ b/lib/cocoapods-core/gem_version.rb @@ -1,5 +1,5 @@ module Pod # The version of the cocoapods-core. # - CORE_VERSION = '0.34.0.rc1' unless defined? Pod::CORE_VERSION + CORE_VERSION = '0.34.0.rc2' unless defined? Pod::CORE_VERSION end