Skip to content

Commit

Permalink
Updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
DaltonSW committed Feb 10, 2024
1 parent 9917160 commit 3fa6dca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion poketerm/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from poketerm.utils.caching import CacheManager

APP_VERSION = "0.3.0"
APP_VERSION = "0.4.0"


class Config:
Expand Down
8 changes: 4 additions & 4 deletions pyinstaller/version_info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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])])
]
Expand Down

0 comments on commit 3fa6dca

Please sign in to comment.