Skip to content

Commit

Permalink
Release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Sep 1, 2021
1 parent d2f942d commit 6bccd58
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@ To install or update CocoaPods see this [guide](https://guides.cocoapods.org/usi

To install release candidates run `[sudo] gem install cocoapods --pre`

## Master
## 1.11.0 (2021-09-01)

##### Enhancements

Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Expand Up @@ -7,10 +7,10 @@ GIT

GIT
remote: https://github.com/CocoaPods/Core.git
revision: 686c81012a7d5521b6fc45404924492e06fac405
revision: f2959d1eca8171e26f1d0d23aa1f6f8862bbed55
branch: 1-11-stable
specs:
cocoapods-core (1.11.0.rc.1)
cocoapods-core (1.11.0)
activesupport (>= 5.0, < 7)
addressable (~> 2.8)
algoliasearch (~> 1.0)
Expand All @@ -37,7 +37,7 @@ GIT

GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 5694e58661d830c6c57e318bc805c24597e605a6
revision: 6b9db609dbda4bdac339c33ca23efa9c30a88e0e
branch: master
specs:
xcodeproj (1.21.0)
Expand All @@ -57,10 +57,10 @@ GIT

GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git
revision: c2ee972817a8de12118809d5d9daf8cef2a0217f
revision: f0f9d86c2b489b4ccac58c6311e460b0e06d1f18
branch: master
specs:
cocoapods-downloader (1.4.0)
cocoapods-downloader (1.5.0)

GIT
remote: https://github.com/CocoaPods/cocoapods-plugins.git
Expand Down Expand Up @@ -110,10 +110,10 @@ GIT
PATH
remote: .
specs:
cocoapods (1.11.0.rc.1)
cocoapods (1.11.0)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.11.0.rc.1)
cocoapods-core (= 1.11.0)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.4.0, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods/gem_version.rb
@@ -1,5 +1,5 @@
module Pod
# The version of the CocoaPods command line tool.
#
VERSION = '1.11.0.rc.1'.freeze unless defined? Pod::VERSION
VERSION = '1.11.0'.freeze unless defined? Pod::VERSION
end

0 comments on commit 6bccd58

Please sign in to comment.