Skip to content

Commit 4d01aad

Browse files
committed
Release 1.14.2
1 parent a2baf08 commit 4d01aad

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CocoaPods Core Changelog
22

3-
## Master
3+
## 1.14.2 (2023-10-27)
44

55
##### Enhancements
66

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cocoapods-core (1.14.1)
4+
cocoapods-core (1.14.2)
55
activesupport (>= 5.0, < 8)
66
addressable (~> 2.8)
77
algoliasearch (~> 1.0)

lib/cocoapods-core/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Pod
22
# The version of the cocoapods-core.
33
#
4-
CORE_VERSION = '1.14.1'.freeze unless defined? Pod::CORE_VERSION
4+
CORE_VERSION = '1.14.2'.freeze unless defined? Pod::CORE_VERSION
55
end

0 commit comments

Comments
 (0)