Skip to content

Commit ca00083

Browse files
committed
Bump version number to 1.1.3
1 parent 4705a83 commit ca00083

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import pathlib
33

44
PROGRAM_NAME = "Start Menu Helper"
5-
VERSION_NUMBER = "1.1.2"
5+
VERSION_NUMBER = "1.1.3"
66
ICON_FILE_NAME = "icon.ico"
77
TIME_BETWEEN_SCANS_IN_MINUTES = 5
88
APP_DATA_PATH = pathlib.WindowsPath.home().joinpath("AppData")

scripts/setup_script.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; This file is a script for generating the setup of the app using Inno Setup (http://www.jrsoftware.org/isinfo.php)
22
#define MyAppName "Start Menu Helper"
3-
#define MyAppVersion "1.1.2"
3+
#define MyAppVersion "1.1.3"
44
#define MyAppPublisher "Jarik Marwede"
55
#define MyAppURL "https://github.com/jarikmarwede/Start-Menu-Helper"
66
#define MyAppExeName "Start Menu Helper.exe"

0 commit comments

Comments
 (0)