From a34fd58c44e626a45c7ffaf314b9751aefd52334 Mon Sep 17 00:00:00 2001 From: sryu1 <95025816+sryu1@users.noreply.github.com> Date: Sat, 4 Feb 2023 20:52:02 +1000 Subject: [PATCH] Bump to v1.2.5 --- Bot-CLI.py | 2 +- Bot.pyw | 2 +- Stream Bot.pyw | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Bot-CLI.py b/Bot-CLI.py index c765b4d..96a5e94 100644 --- a/Bot-CLI.py +++ b/Bot-CLI.py @@ -113,7 +113,7 @@ def update(): ghrapi = requests.get( "https://api.github.com/repos/sryu1/YouTube_View_Bot/releases/latest" ) - current_version = "v1.2.4" + current_version = "v1.2.5" latest_version = str(ghrapi.json()["name"]) if current_version < latest_version: print( diff --git a/Bot.pyw b/Bot.pyw index 9c316e8..2861c18 100644 --- a/Bot.pyw +++ b/Bot.pyw @@ -56,7 +56,7 @@ def main(): ghrapi = requests.get( "https://api.github.com/repos/sryu1/YouTube_View_Bot/releases/latest" ) - current_version = "v1.2.4" + current_version = "v1.2.5" latest_version = str(ghrapi.json()["name"]) if current_version < latest_version: update_window = customtkinter.CTkToplevel() diff --git a/Stream Bot.pyw b/Stream Bot.pyw index 4913669..b8a2c16 100644 --- a/Stream Bot.pyw +++ b/Stream Bot.pyw @@ -43,7 +43,7 @@ def main(): ghrapi = requests.get( "https://api.github.com/repos/sryu1/YouTube_View_Bot/releases/latest" ) - current_version = "v1.2.4" + current_version = "v1.2.5" latest_version = str(ghrapi.json()["name"]) if current_version < latest_version: update_window = customtkinter.CTkToplevel()