Skip to content

Commit b827ccd

Browse files
author
Jarik Marwede
committed
Changed version to 1.0.2
1 parent bc3bef9 commit b827ccd

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
@@ -1,7 +1,7 @@
11
import pathlib
22

33
PROGRAM_NAME = "Start Menu Helper"
4-
VERSION_NUMBER = "1.0.1"
4+
VERSION_NUMBER = "1.0.2"
55
ICON_FILE_NAME = "icon.ico"
66
APP_DATA_PATH = pathlib.Path.home().joinpath("AppData")
77
CONFIGURATION_PATH = APP_DATA_PATH.joinpath("Roaming").joinpath(PROGRAM_NAME)

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.0.1"
3+
#define MyAppVersion "1.0.2"
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)