diff --git a/README.md b/README.md index e17236fb..ec152f0f 100644 --- a/README.md +++ b/README.md @@ -1127,12 +1127,12 @@ You can check your Ruby version by running `ruby -v`: Then run: - $ gem install travis -v 1.4.0 --no-rdoc --no-ri + $ gem install travis -v 1.5.0 --no-rdoc --no-ri Now make sure everything is working: $ travis version - 1.4.0 + 1.5.0 ### Updating your Ruby @@ -1179,7 +1179,7 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis ## Version History -**Unreleased Changes** +**1.5.0** (August 7, 2013) * Add `travis setup rubygems`. * Add `travis accounts`. diff --git a/lib/travis/version.rb b/lib/travis/version.rb index d276af80..a5d2ab02 100644 --- a/lib/travis/version.rb +++ b/lib/travis/version.rb @@ -1,3 +1,3 @@ module Travis - VERSION = '1.4.0' + VERSION = '1.5.0' end diff --git a/travis.gemspec b/travis.gemspec index 530bbdad..e7ed7291 100644 --- a/travis.gemspec +++ b/travis.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| # general infos s.name = "travis" - s.version = "1.4.0" + s.version = "1.5.0" s.description = "CLI and Ruby client library for Travis CI" s.homepage = "https://github.com/travis-ci/travis" s.summary = "Travis CI client"