From c4bc706c55a4db5f6f64614c67703a9304f92b67 Mon Sep 17 00:00:00 2001 From: Alexander Chernoskutov Date: Wed, 16 Oct 2024 23:42:01 +0400 Subject: [PATCH] Bump version --- installer-inno-config.iss | 2 +- src/GUI/AppGUI.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer-inno-config.iss b/installer-inno-config.iss index 23cbf1e..5547212 100644 --- a/installer-inno-config.iss +++ b/installer-inno-config.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Thermal Control Center" -#define MyAppVersion "1.6.0" +#define MyAppVersion "1.6.1" #define MyAppPublisher "AlexIII" #define MyAppURL "https://github.com/AlexIII/tcc-g15" #define MyAppExeName "tcc-g15.exe" diff --git a/src/GUI/AppGUI.py b/src/GUI/AppGUI.py index 4714025..728dc93 100644 --- a/src/GUI/AppGUI.py +++ b/src/GUI/AppGUI.py @@ -99,7 +99,7 @@ class TCC_GUI(QtWidgets.QWidget): FAILSAFE_TRIGGER_DELAY_SEC = 8 FAILSAFE_RESET_AFTER_TEMP_IS_OK_FOR_SEC = 60 APP_NAME = "Thermal Control Center for Dell G15" - APP_VERSION = "1.6.0" + APP_VERSION = "1.6.1" APP_DESCRIPTION = "This app is an open-source replacement for Alienware Control Center " APP_URL = "github.com/AlexIII/tcc-g15"