Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deanpcmad committed Aug 26, 2022
1 parent 9d7ebee commit 09ce123
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PATH
remote: .
specs:
twitchrb (1.0.0)
twitchrb (1.0.1)
faraday (~> 2.0)

GEM
remote: https://rubygems.org/
specs:
dotenv (2.7.6)
faraday (2.3.0)
faraday-net_http (~> 2.0)
faraday (2.5.2)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (2.0.3)
faraday-net_http (3.0.0)
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 = "1.0.0"
VERSION = "1.0.1"
end

0 comments on commit 09ce123

Please sign in to comment.