We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73d096e + 8aa6d88 commit 38bdc5eCopy full SHA for 38bdc5e
library/constants.py
@@ -2,7 +2,7 @@
2
import pathlib
3
4
PROGRAM_NAME = "Start Menu Helper"
5
-VERSION_NUMBER = "1.1.0"
+VERSION_NUMBER = "1.1.1"
6
ICON_FILE_NAME = "icon.ico"
7
TIME_BETWEEN_SCANS_IN_MINUTES = 5
8
APP_DATA_PATH = pathlib.Path.home().joinpath("AppData")
scripts/setup_script.iss
@@ -1,6 +1,6 @@
1
; This file is a script for generating the setup of the app using Inno Setup (http://www.jrsoftware.org/isinfo.php)
#define MyAppName "Start Menu Helper"
-#define MyAppVersion "1.1.0"
+#define MyAppVersion "1.1.1"
#define MyAppPublisher "Jarik Marwede"
#define MyAppURL "https://github.com/jarikmarwede/Start-Menu-Helper"
#define MyAppExeName "Start Menu Helper.exe"
0 commit comments