diff --git a/CHANGELOG.md b/CHANGELOG.md index 780a04d..c144828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Master +## 1.5.0 (2020-05-01) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index e35f918..e556b39 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,7 +19,7 @@ GIT cocoapods-plugins (>= 1.0.0, < 2.0) cocoapods-search (>= 1.0.0, < 2.0) cocoapods-stats (>= 1.0.0, < 2.0) - cocoapods-trunk (>= 1.4.0, < 2.0) + cocoapods-trunk (= 1.5.0) cocoapods-try (>= 1.1.0, < 2.0) colored2 (~> 3.1) escape (~> 0.0.4) @@ -52,7 +52,7 @@ GIT PATH remote: . specs: - cocoapods-trunk (1.4.1) + cocoapods-trunk (1.5.0) nap (>= 0.8, < 2.0) netrc (~> 0.11) diff --git a/lib/cocoapods_trunk.rb b/lib/cocoapods_trunk.rb index 0096f6e..3d5a0ce 100644 --- a/lib/cocoapods_trunk.rb +++ b/lib/cocoapods_trunk.rb @@ -1,3 +1,3 @@ module CocoaPodsTrunk - VERSION = '1.4.1'.freeze + VERSION = '1.5.0'.freeze end