Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed May 12, 2024
1 parent 3b9f9c2 commit da372bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import PyQt5.QtGui as QtGui
import PIL.Image

VERSION = '1.7.0'
VERSION = '1.8.0'
ENABLE_UPDATE_CHECKER = True
UPDATE_CHECKER_URL = 'https://packager.turbowarp.org/extras-version.json'

Expand Down
8 changes: 4 additions & 4 deletions file_version_info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,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, 7, 0, 0),
prodvers=(1, 7, 0, 0),
filevers=(1, 8, 0, 0),
prodvers=(1, 8, 0, 0),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
Expand All @@ -33,12 +33,12 @@ VSVersionInfo(
'040904b0',
[StringStruct('CompanyName', 'Thomas Weber'),
StringStruct('FileDescription', 'TurboWarp Packager Extras'),
StringStruct('FileVersion', '1.7.0'),
StringStruct('FileVersion', '1.8.0'),
StringStruct('InternalName', 'turbowarp-packager-extras.exe'),
StringStruct('LegalCopyright', 'Copyright (C) 2022-2024 Thomas Weber'),
StringStruct('OriginalFilename', ''),
StringStruct('ProductName', 'TurboWarp Packager Extras'),
StringStruct('ProductVersion', '1.7.0')])
StringStruct('ProductVersion', '1.8.0')])
]),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
]
Expand Down

0 comments on commit da372bf

Please sign in to comment.