Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
version bump and removal of api version README
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinlakin committed May 11, 2016
1 parent 947b850 commit 8611238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Twitch API 0.1.2
# Twitch API

This gem simplifies the Twitch-API for ruby users.

Expand Down
2 changes: 1 addition & 1 deletion lib/twitch/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Twitch
module VERSION
MAJOR = 0
MINOR = 1
TINY = 2
TINY = 3

STRING = [MAJOR, MINOR, TINY].compact.join(".")
end
Expand Down

0 comments on commit 8611238

Please sign in to comment.