From ac1a2b4faa312e3641e454330b79b1f191e95fb8 Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Thu, 16 Aug 2018 16:07:33 -0700 Subject: [PATCH] Release 1.3.1 --- CHANGELOG.md | 2 +- Gemfile.lock | 6 +++--- lib/cocoapods_trunk.rb | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e272af5..24339cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Master +## 1.3.1 (2018-08-16) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 2793319..36e4a8e 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.3.0) + cocoapods-trunk (= 1.3.1) cocoapods-try (>= 1.1.0, < 2.0) colored2 (~> 3.1) escape (~> 0.0.4) @@ -50,7 +50,7 @@ GIT PATH remote: . specs: - cocoapods-trunk (1.3.0) + cocoapods-trunk (1.3.1) nap (>= 0.8, < 2.0) netrc (~> 0.11) @@ -168,4 +168,4 @@ DEPENDENCIES webmock BUNDLED WITH - 1.15.4 + 1.16.3 diff --git a/lib/cocoapods_trunk.rb b/lib/cocoapods_trunk.rb index 2480a65..79e3534 100644 --- a/lib/cocoapods_trunk.rb +++ b/lib/cocoapods_trunk.rb @@ -1,3 +1,3 @@ module CocoaPodsTrunk - VERSION = '1.3.0'.freeze + VERSION = '1.3.1'.freeze end