From e72bdc00cfab5defc7f73d19857422d42dc3d502 Mon Sep 17 00:00:00 2001 From: Danielle Tomlinson Date: Wed, 5 Apr 2017 17:56:34 +0200 Subject: [PATCH] Release 1.2.1.rc.1 --- CHANGELOG.md | 2 +- Gemfile.lock | 4 ++-- lib/cocoapods-core/gem_version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c5e62b8..e8b1c5ffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CocoaPods Core Changelog -## Master +## 1.2.1.rc.1 (2017-04-05) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 737bebf0f..b30f8cb74 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT PATH remote: . specs: - cocoapods-core (1.2.1.beta.1) + cocoapods-core (1.2.1.rc.1) activesupport (>= 4.0.2, < 5) fuzzy_match (~> 2.0.4) nap (~> 1.0) @@ -85,7 +85,7 @@ GEM simplecov-html (0.8.0) slop (3.6.0) thread_safe (0.3.6) - tzinfo (1.2.2) + tzinfo (1.2.3) thread_safe (~> 0.1) unicode-display_width (1.0.1) vcr (3.0.3) diff --git a/lib/cocoapods-core/gem_version.rb b/lib/cocoapods-core/gem_version.rb index 0e23fc65b..909465193 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.2.1.beta.1'.freeze unless defined? Pod::CORE_VERSION + CORE_VERSION = '1.2.1.rc.1'.freeze unless defined? Pod::CORE_VERSION end