Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deanpcmad committed Jul 18, 2022
1 parent f5fb09c commit 633953a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PATH
remote: .
specs:
twitchrb (0.2.6)
twitchrb (1.0.0)
faraday (~> 2.0)

GEM
remote: https://rubygems.org/
specs:
dotenv (2.7.6)
faraday (2.2.0)
faraday (2.3.0)
faraday-net_http (~> 2.0)
ruby2_keywords (>= 0.0.4)
faraday-net_http (2.0.2)
faraday-net_http (2.0.3)
minitest (5.15.0)
rake (12.3.3)
ruby2_keywords (0.0.5)
Expand Down
2 changes: 1 addition & 1 deletion lib/twitch/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Twitch
VERSION = "0.2.6"
VERSION = "1.0.0"
end

0 comments on commit 633953a

Please sign in to comment.