From 4150275f1ed0d76921b8be747e83a5e60a56679f Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Fri, 26 Jul 2013 13:32:38 +0200 Subject: [PATCH] v1.4.0 --- README.md | 6 +++--- lib/travis/version.rb | 2 +- travis.gemspec | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e9de4ff1..c20769a8 100644 --- a/README.md +++ b/README.md @@ -1060,12 +1060,12 @@ You can check your Ruby version by running `ruby -v`: Then run: - $ gem install travis -v 1.3.1 --no-rdoc --no-ri + $ gem install travis -v 1.4.0 --no-rdoc --no-ri Now make sure everything is working: $ travis verision - 1.3.1 + 1.4.0 ### Updating your Ruby @@ -1112,7 +1112,7 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis ## Version History -**Unreleased changes** +**1.4.0** (July 26, 2013) * Add `travis init` * Improve install documentation, especially for people from outside the Ruby community diff --git a/lib/travis/version.rb b/lib/travis/version.rb index 63ed65fb..d276af80 100644 --- a/lib/travis/version.rb +++ b/lib/travis/version.rb @@ -1,3 +1,3 @@ module Travis - VERSION = '1.3.1' + VERSION = '1.4.0' end diff --git a/travis.gemspec b/travis.gemspec index 10b2b2b5..de300152 100644 --- a/travis.gemspec +++ b/travis.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| # general infos s.name = "travis" - s.version = "1.3.1" + s.version = "1.4.0" s.description = "CLI and Ruby client library for Travis CI" s.homepage = "https://github.com/travis-ci/travis" s.summary = "Travis CI client"