Skip to content

Commit

Permalink
Changed version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarik Marwede committed Jul 2, 2019
1 parent 40be212 commit 5c1038c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pathlib

PROGRAM_NAME = "Start Menu Helper"
VERSION_NUMBER = "1.0.0"
VERSION_NUMBER = "1.0.1"
ICON_FILE_NAME = "icon.ico"
APP_DATA_PATH = pathlib.Path.home().joinpath("AppData")
CONFIGURATION_PATH = APP_DATA_PATH.joinpath("Roaming").joinpath(PROGRAM_NAME)
Expand Down
2 changes: 1 addition & 1 deletion setup_script.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; 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.0.0"
#define MyAppVersion "1.0.1"
#define MyAppPublisher "Jarik Marwede"
#define MyAppURL "https://github.com/jarikmarwede/Start-Menu-Helper"
#define MyAppExeName "Start Menu Helper.exe"
Expand Down

0 comments on commit 5c1038c

Please sign in to comment.