Skip to content

Commit

Permalink
Release 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amorde committed Oct 26, 2023
1 parent 5b75da9 commit 28eb066
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CocoaPods Core Changelog

## Master
## 1.14.0 (2023-10-26)

##### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cocoapods-core (1.13.0)
cocoapods-core (1.14.0)
activesupport (>= 5.0, < 8)
addressable (~> 2.8)
algoliasearch (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods-core/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pod
# The version of the cocoapods-core.
#
CORE_VERSION = '1.13.0'.freeze unless defined? Pod::CORE_VERSION
CORE_VERSION = '1.14.0'.freeze unless defined? Pod::CORE_VERSION
end

0 comments on commit 28eb066

Please sign in to comment.