From f335ea91248adef4d14472585de6d924762f52c4 Mon Sep 17 00:00:00 2001 From: "Samuel E. Giddins" Date: Fri, 26 Jun 2015 18:09:23 -0700 Subject: [PATCH] Release 0.9.1 --- CHANGELOG.md | 2 +- Gemfile.lock | 5 ++++- lib/cocoapods-downloader/gem_version.rb | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e412b90..590d390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Master +## 0.9.1 ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index a43350b..cb369bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cocoapods-downloader (0.9.0) + cocoapods-downloader (0.9.1) GEM remote: https://rubygems.org/ @@ -80,3 +80,6 @@ DEPENDENCIES simplecov vcr webmock (< 1.9) + +BUNDLED WITH + 1.10.5 diff --git a/lib/cocoapods-downloader/gem_version.rb b/lib/cocoapods-downloader/gem_version.rb index c2bd16e..f115308 100644 --- a/lib/cocoapods-downloader/gem_version.rb +++ b/lib/cocoapods-downloader/gem_version.rb @@ -3,6 +3,6 @@ module Downloader # @return [String] Downloader’s version, following # [semver](http://semver.org). # - VERSION = '0.9.0' + VERSION = '0.9.1' end end