Skip to content

Commit

Permalink
Release 0.4.0, update travis ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricew committed Jan 3, 2019
1 parent 8590c95 commit 694b896
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sudo: false
language: ruby
rvm:
- 2.3.7
- 2.4.4
- 2.5.1
- 2.3.8
- 2.4.5
- 2.5.3
env:
- TWITCH_CLIENT_ID=test
before_install: gem install bundler -v 1.16.0
2 changes: 1 addition & 1 deletion lib/twitch/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Twitch
# Library version.
VERSION = "0.3.0"
VERSION = "0.4.0"
end

0 comments on commit 694b896

Please sign in to comment.