Skip to content

Commit

Permalink
Release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Sep 27, 2019
1 parent f37d64d commit 06f317f
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](http://docs.cocoapods.org/guides

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

## Master
## 1.8.1 (2019-09-27)

##### Enhancements

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

GIT
remote: https://github.com/CocoaPods/Core.git
revision: 819ddab3ade6a148d966a2b3d30e5c2fe40c9a5d
revision: b12be57b258de88802beb0f33305a0adc9faef8e
branch: 1-8-stable
specs:
cocoapods-core (1.8.0)
cocoapods-core (1.8.1)
activesupport (>= 4.0.2, < 6)
algoliasearch (~> 1.0)
concurrent-ruby (~> 1.0)
concurrent-ruby (~> 1.1)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)

Expand All @@ -33,7 +33,7 @@ GIT

GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 602c802125b69199ccb06094974a569a98e734c3
revision: 6799dca9d56959549a1f2048c75d33aaf864a212
branch: master
specs:
xcodeproj (1.12.0)
Expand Down Expand Up @@ -81,10 +81,10 @@ GIT

GIT
remote: https://github.com/CocoaPods/cocoapods-trunk.git
revision: 9ad16cb8f71b05d06eac29a541daeac7bc2c672e
revision: 67959306c053bc77c73388865a5ac4de22574d96
branch: master
specs:
cocoapods-trunk (1.4.0)
cocoapods-trunk (1.4.1)
nap (>= 0.8, < 2.0)
netrc (~> 0.11)

Expand All @@ -111,10 +111,10 @@ GIT
PATH
remote: .
specs:
cocoapods (1.8.0)
cocoapods (1.8.1)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.8.0)
cocoapods-core (= 1.8.1)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.2.2, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
Expand Down Expand Up @@ -142,7 +142,7 @@ GEM
tzinfo (~> 1.1)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
algoliasearch (1.27.0)
algoliasearch (1.27.1)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
ast (2.4.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.8.0'.freeze unless defined? Pod::VERSION
VERSION = '1.8.1'.freeze unless defined? Pod::VERSION
end

0 comments on commit 06f317f

Please sign in to comment.