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):