From 92f81ed3350f086f8a4f494706b470c6972bf14d Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Wed, 4 May 2016 15:56:09 -0500 Subject: [PATCH] Release 1.0.0.rc.2 --- 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 2501e47b0..0d31f39b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CocoaPods Core Changelog -## Master +## 1.0.0.rc.2 (2016-05-04) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 71c0bef54..1ba38dfee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT PATH remote: . specs: - cocoapods-core (1.0.0.rc.1) + cocoapods-core (1.0.0.rc.2) activesupport (>= 4.0.2) fuzzy_match (~> 2.0.4) nap (~> 1.0) diff --git a/lib/cocoapods-core/gem_version.rb b/lib/cocoapods-core/gem_version.rb index b020df322..563b8a21c 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 = '1.0.0.rc.1'.freeze unless defined? Pod::CORE_VERSION + CORE_VERSION = '1.0.0.rc.2'.freeze unless defined? Pod::CORE_VERSION end