Skip to content

Commit f2d0525

Browse files
committed
v1.5.0
1 parent 1c8d984 commit f2d0525

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1127,12 +1127,12 @@ You can check your Ruby version by running `ruby -v`:
11271127

11281128
Then run:
11291129

1130-
$ gem install travis -v 1.4.0 --no-rdoc --no-ri
1130+
$ gem install travis -v 1.5.0 --no-rdoc --no-ri
11311131

11321132
Now make sure everything is working:
11331133

11341134
$ travis version
1135-
1.4.0
1135+
1.5.0
11361136

11371137
### Updating your Ruby
11381138

@@ -1179,7 +1179,7 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis
11791179

11801180
## Version History
11811181

1182-
**Unreleased Changes**
1182+
**1.5.0** (August 7, 2013)
11831183

11841184
* Add `travis setup rubygems`.
11851185
* Add `travis accounts`.

lib/travis/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Travis
2-
VERSION = '1.4.0'
2+
VERSION = '1.5.0'
33
end

travis.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Gem::Specification.new do |s|
33
# general infos
44
s.name = "travis"
5-
s.version = "1.4.0"
5+
s.version = "1.5.0"
66
s.description = "CLI and Ruby client library for Travis CI"
77
s.homepage = "https://github.com/travis-ci/travis"
88
s.summary = "Travis CI client"

0 commit comments

Comments
 (0)