diff --git a/file_version_info.txt b/file_version_info.txt index 3ab5823..fbe9b07 100644 --- a/file_version_info.txt +++ b/file_version_info.txt @@ -6,8 +6,8 @@ VSVersionInfo( ffi=FixedFileInfo( # filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4) # Set not needed items to zero 0. - filevers=(1,0,2,0), - prodvers=(1,0,2,0), + filevers=(1,0,3,0), + prodvers=(1,0,3,0), # Contains a bitmask that specifies the valid bits 'flags'r mask=0x3f, # Contains a bitmask that specifies the Boolean attributes of the file. diff --git a/manifest.xml b/manifest.xml index 89158cc..088a08b 100644 --- a/manifest.xml +++ b/manifest.xml @@ -2,7 +2,7 @@ diff --git a/src/main.py b/src/main.py index 5b36685..a296ed7 100644 --- a/src/main.py +++ b/src/main.py @@ -21,7 +21,7 @@ from pystray import MenuItem as item APP_NAME = "Glaze Autotiler" -APP_VERSION = "1.0.2" +APP_VERSION = "1.0.3" class AutoTiler: