diff --git a/README.md b/README.md index f9a830d2..32de376f 100644 --- a/README.md +++ b/README.md @@ -888,7 +888,7 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis ## Version History -**not yet released** +**v1.2.2** (May 24, 2013) * Fixed `travis disable`. * Fix edge cases around `travis encrypt`. diff --git a/lib/travis/version.rb b/lib/travis/version.rb index 30da3af0..10715f76 100644 --- a/lib/travis/version.rb +++ b/lib/travis/version.rb @@ -1,3 +1,3 @@ module Travis - VERSION = '1.2.1' + VERSION = '1.2.2' end diff --git a/travis.gemspec b/travis.gemspec index 7b2d2476..f72e0b21 100644 --- a/travis.gemspec +++ b/travis.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| # general infos s.name = "travis" - s.version = "1.2.1" + s.version = "1.2.2" s.description = "CLI and Ruby client library for Travis CI" s.homepage = "https://github.com/travis-ci/travis" s.summary = "Travis CI client"