Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexIII committed Feb 6, 2024
1 parent 68fca0b commit c7235a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer-inno-config.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/GUI/AppGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit c7235a7

Please sign in to comment.