Skip to content

Commit 9b24dc4

Browse files
committed
1.7.0
1 parent d462e7c commit 9b24dc4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import PyQt5.QtGui as QtGui
1717
import PIL.Image
1818

19-
VERSION = '1.6.0'
19+
VERSION = '1.7.0'
2020
ENABLE_UPDATE_CHECKER = True
2121
UPDATE_CHECKER_URL = 'https://packager.turbowarp.org/extras-version.json'
2222

file_version_info.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ VSVersionInfo(
88
ffi=FixedFileInfo(
99
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
1010
# Set not needed items to zero 0.
11-
filevers=(1, 6, 0, 0),
12-
prodvers=(1, 6, 0, 0),
11+
filevers=(1, 7, 0, 0),
12+
prodvers=(1, 7, 0, 0),
1313
# Contains a bitmask that specifies the valid bits 'flags'r
1414
mask=0x3f,
1515
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -33,12 +33,12 @@ VSVersionInfo(
3333
'040904b0',
3434
[StringStruct('CompanyName', 'Thomas Weber'),
3535
StringStruct('FileDescription', 'TurboWarp Packager Extras'),
36-
StringStruct('FileVersion', '1.6.0'),
36+
StringStruct('FileVersion', '1.7.0'),
3737
StringStruct('InternalName', 'turbowarp-packager-extras.exe'),
3838
StringStruct('LegalCopyright', 'Copyright (C) 2022-2024 Thomas Weber'),
3939
StringStruct('OriginalFilename', ''),
4040
StringStruct('ProductName', 'TurboWarp Packager Extras'),
41-
StringStruct('ProductVersion', '1.6.0')])
41+
StringStruct('ProductVersion', '1.7.0')])
4242
]),
4343
VarFileInfo([VarStruct('Translation', [1033, 1200])])
4444
]

0 commit comments

Comments
 (0)