Skip to content

Commit

Permalink
Release 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Sep 12, 2021
1 parent 04ea241 commit 1b28845
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.11.1 (2021-09-12)

##### Enhancements

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cocoapods-core (1.11.0)
cocoapods-core (1.11.1)
activesupport (>= 5.0, < 7)
addressable (~> 2.8)
algoliasearch (~> 1.0)
Expand Down Expand Up @@ -35,7 +35,7 @@ GEM
rexml
ethon (0.14.0)
ffi (>= 1.15.0)
ffi (1.15.3)
ffi (1.15.4)
fuzzy_match (2.0.4)
hashdiff (1.0.1)
httpclient (2.8.3)
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.11.0'.freeze unless defined? Pod::CORE_VERSION
CORE_VERSION = '1.11.1'.freeze unless defined? Pod::CORE_VERSION
end

0 comments on commit 1b28845

Please sign in to comment.