We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2baf08 commit 4d01aadCopy full SHA for 4d01aad
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CocoaPods Core Changelog
2
3
-## Master
+## 1.14.2 (2023-10-27)
4
5
##### Enhancements
6
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)
7
algoliasearch (~> 1.0)
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
0 commit comments