Skip to content

Commit

Permalink
Release 1.11.0.rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Aug 25, 2021
1 parent f76a08f commit 7523da2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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.rc.1 (2021-08-25)

##### Enhancements

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

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

GIT
remote: https://github.com/CocoaPods/cocoapods-deintegrate.git
revision: c3372a2ea2c2134db78fc6f8d157ebb9bb943a83
revision: 2e378b88c65a21a4b89fad989a81a23caec48cdf
branch: master
specs:
cocoapods-deintegrate (1.0.4)
cocoapods-deintegrate (1.0.5)

GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git
revision: bce1d26b422e0efa967f66df955a05a8bbb49a3f
revision: c2ee972817a8de12118809d5d9daf8cef2a0217f
branch: master
specs:
cocoapods-downloader (1.4.0)
Expand All @@ -72,10 +72,10 @@ GIT

GIT
remote: https://github.com/CocoaPods/cocoapods-search.git
revision: 452eee08d6497c43afd4452c28f9d7b8da8686f1
revision: 1d10b7a71e1b7de865560d4af5ab1d9dcce5ea1d
branch: master
specs:
cocoapods-search (1.0.0)
cocoapods-search (1.0.1)

GIT
remote: https://github.com/CocoaPods/cocoapods-trunk.git
Expand Down Expand Up @@ -110,10 +110,10 @@ GIT
PATH
remote: .
specs:
cocoapods (1.11.0.beta.2)
cocoapods (1.11.0.rc.1)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.11.0.beta.2)
cocoapods-core (= 1.11.0.rc.1)
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.beta.2'.freeze unless defined? Pod::VERSION
VERSION = '1.11.0.rc.1'.freeze unless defined? Pod::VERSION
end

0 comments on commit 7523da2

Please sign in to comment.