Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Aug 7, 2013
1 parent 1c8d984 commit f2d0525
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 @@ -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

Expand Down Expand Up @@ -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`.
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.4.0'
VERSION = '1.5.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.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"
Expand Down

0 comments on commit f2d0525

Please sign in to comment.