Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Jul 26, 2013
1 parent b220395 commit 4150275
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/travis/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Travis
VERSION = '1.3.1'
VERSION = '1.4.0'
end
2 changes: 1 addition & 1 deletion travis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4150275

Please sign in to comment.