diff --git a/CHANGELOG.md b/CHANGELOG.md index 889acfa..0972178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## [Unreleased] +## 0.1.1 +- GemFury handover @inventionLabsSydney +- Version bump for gemfury @inventionLabsSydney ## 0.1.0 diff --git a/capistrano-sneakers.gemspec b/capistrano-sneakers.gemspec index 16bfa70..e76d9f2 100644 --- a/capistrano-sneakers.gemspec +++ b/capistrano-sneakers.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |spec| spec.name = "capistrano-sneakers" spec.version = Capistrano::Sneakers::VERSION spec.authors = ["Karl Kloppenborg, Andrew Babichev, NaixSpirit"] - spec.email = ["karl@hyperconnect.com.au", "andrew.babichev@gmail.com", "neverlandxy.naix@gmail.com"] + spec.email = ["k@rl.ag", "andrew.babichev@gmail.com", "neverlandxy.naix@gmail.com"] spec.summary = %q{Sneakers integration for Capistrano} spec.description = %q{Sneakers integration for Capistrano} spec.homepage = "https://github.com/inventionlabsSydney/capistrano-sneakers" diff --git a/lib/capistrano/sneakers/version.rb b/lib/capistrano/sneakers/version.rb index a9c5c32..8f62d0f 100644 --- a/lib/capistrano/sneakers/version.rb +++ b/lib/capistrano/sneakers/version.rb @@ -1,5 +1,5 @@ module Capistrano module Sneakers - VERSION = "0.1.0" + VERSION = "0.1.1" end end