From 4d01aad1363180aa29ad76774923c126f7e6aaed Mon Sep 17 00:00:00 2001 From: Eric Amorde Date: Thu, 26 Oct 2023 18:10:37 -0700 Subject: [PATCH] Release 1.14.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 69b64bc7..c76c6076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CocoaPods Core Changelog -## Master +## 1.14.2 (2023-10-27) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 338956a5..ac801950 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cocoapods-core (1.14.1) + cocoapods-core (1.14.2) activesupport (>= 5.0, < 8) addressable (~> 2.8) algoliasearch (~> 1.0) diff --git a/lib/cocoapods-core/gem_version.rb b/lib/cocoapods-core/gem_version.rb index e97e5a0a..71ac5b76 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.14.1'.freeze unless defined? Pod::CORE_VERSION + CORE_VERSION = '1.14.2'.freeze unless defined? Pod::CORE_VERSION end