Skip to content

Commit 38bdc5e

Browse files
author
Jarik Marwede
authored
Merge pull request #12 from jarikmarwede/update-version
Update version number
2 parents 73d096e + 8aa6d88 commit 38bdc5e

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.0"
5+
VERSION_NUMBER = "1.1.1"
66
ICON_FILE_NAME = "icon.ico"
77
TIME_BETWEEN_SCANS_IN_MINUTES = 5
88
APP_DATA_PATH = pathlib.Path.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.0"
3+
#define MyAppVersion "1.1.1"
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)