From 823251c37169e8d8a7e0a41782f309f3bdcf1c8b Mon Sep 17 00:00:00 2001 From: Dimitris Koutsogiorgas Date: Wed, 1 Sep 2021 12:10:47 -0700 Subject: [PATCH] Release 1.6.0 --- CHANGELOG.md | 2 +- Gemfile.lock | 4 ++-- lib/cocoapods_trunk.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65b00dd..3a382bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Master +## 1.6.0 (2021-09-01) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 372c6f1..45210fa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GIT cocoapods-downloader (>= 1.4.0, < 2.0) cocoapods-plugins (>= 1.0.0, < 2.0) cocoapods-search (>= 1.0.0, < 2.0) - cocoapods-trunk (>= 1.4.0, < 2.0) + cocoapods-trunk (= 1.6.0) cocoapods-try (>= 1.1.0, < 2.0) colored2 (~> 3.1) escape (~> 0.0.4) @@ -55,7 +55,7 @@ GIT PATH remote: . specs: - cocoapods-trunk (1.5.0) + cocoapods-trunk (1.6.0) nap (>= 0.8, < 2.0) netrc (~> 0.11) diff --git a/lib/cocoapods_trunk.rb b/lib/cocoapods_trunk.rb index 3d5a0ce..1896acf 100644 --- a/lib/cocoapods_trunk.rb +++ b/lib/cocoapods_trunk.rb @@ -1,3 +1,3 @@ module CocoaPodsTrunk - VERSION = '1.5.0'.freeze + VERSION = '1.6.0'.freeze end