From 80f7ef5351a72134358e4e7d0412f22757a993c9 Mon Sep 17 00:00:00 2001 From: MaxLastBreath Date: Sat, 30 Nov 2024 18:38:56 +0200 Subject: [PATCH] Change Version Number --- src/configuration/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configuration/settings.py b/src/configuration/settings.py index 4b1ef4a..a9e7f8b 100644 --- a/src/configuration/settings.py +++ b/src/configuration/settings.py @@ -7,7 +7,7 @@ from tkinter import messagebox import configparser -Version = "manager-2.1.0" +Version = "manager-2.1.1" repo_url_raw = 'https://github.com/MaxLastBreath/TOTK-mods' repo_url = 'https://api.github.com/repos/MaxLastBreath/TOTK-mods' localconfig = "TOTKOptimizer.ini"