diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ab03d..59bacf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Master +## 1.2.0 (2017-04-11) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 7fd4b26..40995da 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.1.2, < 2.0) + cocoapods-trunk (= 1.2.0) cocoapods-try (>= 1.1.0, < 2.0) colored (~> 1.2) escape (~> 0.0.4) @@ -50,7 +50,7 @@ GIT PATH remote: . specs: - cocoapods-trunk (1.1.2) + cocoapods-trunk (1.2.0) nap (>= 0.8, < 2.0) netrc (= 0.7.8) diff --git a/lib/cocoapods_trunk.rb b/lib/cocoapods_trunk.rb index cd7a0c2..2864e5d 100644 --- a/lib/cocoapods_trunk.rb +++ b/lib/cocoapods_trunk.rb @@ -1,3 +1,3 @@ module CocoaPodsTrunk - VERSION = '1.1.2'.freeze + VERSION = '1.2.0'.freeze end