From 3fa6dca7f6b3d131f6028fddf728728477c2a32f Mon Sep 17 00:00:00 2001 From: Dalton Date: Sat, 10 Feb 2024 17:58:23 -0600 Subject: [PATCH] Updated version numbers --- poketerm/config.py | 2 +- pyinstaller/version_info.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poketerm/config.py b/poketerm/config.py index 2d3c987..fc9e2f7 100644 --- a/poketerm/config.py +++ b/poketerm/config.py @@ -1,6 +1,6 @@ from poketerm.utils.caching import CacheManager -APP_VERSION = "0.3.0" +APP_VERSION = "0.4.0" class Config: diff --git a/pyinstaller/version_info.txt b/pyinstaller/version_info.txt index 956ef80..a7d893d 100644 --- a/pyinstaller/version_info.txt +++ b/pyinstaller/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=(0, 3, 0, 0), - prodvers=(0, 3, 0, 0), + filevers=(0, 4, 0, 0), + prodvers=(0, 4, 0, 0), # Contains a bitmask that specifies the valid bits 'flags'r mask=0x17, # Contains a bitmask that specifies the Boolean attributes of the file. @@ -31,12 +31,12 @@ VSVersionInfo( '000004b0', [StringStruct('CompanyName', 'Dalton Williams'), StringStruct('FileDescription', 'Terminal PokeDex'), - StringStruct('FileVersion', '0.3.0'), + StringStruct('FileVersion', '0.4.0'), StringStruct('InternalName', 'PokeTerm'), StringStruct('LegalCopyright', 'Copyright (c) 2023, Dalton Williams'), StringStruct('OriginalFilename', 'PokeTerm.exe'), StringStruct('ProductName', 'PokeTerm'), - StringStruct('ProductVersion', '0.3.0')]) + StringStruct('ProductVersion', '0.4.0')]) ]), VarFileInfo([VarStruct('Translation', [0, 1200])]) ]