From 3132025ed89593956422bde24124b93c26ef6cfc Mon Sep 17 00:00:00 2001 From: xlenore <57191159+xlenore@users.noreply.github.com> Date: Wed, 27 Mar 2024 17:42:04 -0400 Subject: [PATCH] version 1.1 Co-Authored-By: A. Bullock <45837222+mondeendeguise@users.noreply.github.com> --- VERSION | 2 +- src/gui.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 9f8e9b6..b123147 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0 \ No newline at end of file +1.1 \ No newline at end of file diff --git a/src/gui.py b/src/gui.py index 6b8b3c7..89a1135 100644 --- a/src/gui.py +++ b/src/gui.py @@ -25,7 +25,7 @@ import pscoverdl import requests -VERSION = 1.0 +VERSION = 1.1 class pscoverdl_gui(ctk.CTk):