diff --git a/Gemfile.lock b/Gemfile.lock index 360d77c..6f3fb74 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/lib/twitch/version.rb b/lib/twitch/version.rb index 0de40fe..06b1ce0 100644 --- a/lib/twitch/version.rb +++ b/lib/twitch/version.rb @@ -1,3 +1,3 @@ module Twitch - VERSION = "0.2.6" + VERSION = "1.0.0" end