Skip to content

Commit

Permalink
Merge pull request #67 from CocoaPods/1-2-stable
Browse files Browse the repository at this point in the history
Merge `1-2-stable` into `master`
  • Loading branch information
amorde authored Apr 20, 2020
2 parents c1e02d4 + ab9fc19 commit 607f9c8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@

##### Bug Fixes

* None.


## 1.2.0 (2020-04-20)

##### Enhancements

* None.

##### Bug Fixes

* Fix a crash when using `pod try` with CocoaPods 1.8.0 or higher.
[@arielpollack](https://github.com/arielpollack)
[#63](https://github.com/CocoaPods/cocoapods-try/issues/63)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GIT
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.4.0, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
cocoapods-try (= 1.2.0)
colored2 (~> 3.1)
escape (~> 0.0.4)
fourflusher (>= 2.3.0, < 3.0)
Expand Down Expand Up @@ -48,7 +48,7 @@ GIT
PATH
remote: .
specs:
cocoapods-try (1.1.0)
cocoapods-try (1.2.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods_try.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The namespace of the Cocoapods try plugin.
#
module CocoapodsTry
VERSION = '1.1.0'.freeze
VERSION = '1.2.0'.freeze
end

0 comments on commit 607f9c8

Please sign in to comment.