From f18d5c443f4677fb4a5d3dd6a60dc646cc9b532c Mon Sep 17 00:00:00 2001 From: Dean Perry Date: Fri, 28 Jun 2024 11:06:33 +0100 Subject: [PATCH] v1.3.0 --- Gemfile.lock | 4 ++-- lib/twitch/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f4fd767..21d0c07 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - twitchrb (1.2.6) + twitchrb (1.3.0) faraday (~> 2.0) GEM @@ -24,7 +24,7 @@ GEM connection_pool (2.4.1) dotenv (2.7.6) drb (2.2.1) - faraday (2.9.0) + faraday (2.9.2) faraday-net_http (>= 2.0, < 3.2) faraday-net_http (3.1.0) net-http diff --git a/lib/twitch/version.rb b/lib/twitch/version.rb index 1822c8e..63563f3 100644 --- a/lib/twitch/version.rb +++ b/lib/twitch/version.rb @@ -1,3 +1,3 @@ module Twitch - VERSION = "1.2.6" + VERSION = "1.3.0" end