diff --git a/CHANGELOG.md b/CHANGELOG.md index 3831d2ce..dff515ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# future release +# 1.1.3 (4 Aug 2014) * Honor `:no_release` flag by using `release_roles` in Capistrano 3.1 * capistrano-bundler now requires Capistrano 3.1 or higher (~> 3.1) diff --git a/README.md b/README.md index 45a88537..eb517f44 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It also prefixes certain binaries to use `bundle exec`. Add these lines to your application's Gemfile: gem 'capistrano', '~> 3.1' - gem 'capistrano-bundler', '~> 1.1.2' + gem 'capistrano-bundler', '~> 1.1.3' And then execute: diff --git a/capistrano-bundler.gemspec b/capistrano-bundler.gemspec index 7f5147b8..5943d3f4 100644 --- a/capistrano-bundler.gemspec +++ b/capistrano-bundler.gemspec @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = 'capistrano-bundler' - spec.version = '1.1.2' + spec.version = '1.1.3' spec.authors = ['Tom Clements', 'Lee Hambley', 'Kir Shatrov'] spec.email = ['seenmyfate@gmail.com', 'lee.hambley@gmail.com', 'shatrov@me.com'] spec.description = %q{Bundler support for Capistrano 3.x}