From c7235a7c98f5edce7e539ff212a0f38dd17b937f Mon Sep 17 00:00:00 2001 From: Alexander Chernoskutov Date: Tue, 6 Feb 2024 12:55:34 +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 164f733..bc68609 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.5.1" +#define MyAppVersion "1.5.2" #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 a9497a9..e577632 100644 --- a/src/GUI/AppGUI.py +++ b/src/GUI/AppGUI.py @@ -95,7 +95,7 @@ class TCC_GUI(QtWidgets.QWidget): FAILSAFE_GPU_TEMP = 85 FAILSAFE_RESET_AFTER_TEMP_IS_OK_FOR_SEC = 60 APP_NAME = "Thermal Control Center for Dell G15 5515" - APP_VERSION = "1.5.1" + APP_VERSION = "1.5.2" APP_DESCRIPTION = "This app is an open-source replacement for Alienware Control Center " APP_URL = "github.com/AlexIII/tcc-g15"