Skip to content

Commit 68ebca0

Browse files
committed
0.7.0
1 parent 34fdf9c commit 68ebca0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tc2-launcher"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = ""
55
authors = [
66
{name = "mastercoms",email = "[email protected]"}

tc2_launcher/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
update_self,
2121
)
2222

23-
version = "0.6.0"
23+
version = "0.7.0"
2424

2525
updater_thread_queue: Optional[queue.Queue] = None
2626
should_launch_updater = True

version.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ VSVersionInfo(
66
ffi=FixedFileInfo(
77
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
88
# Set not needed items to zero 0.
9-
filevers=(0, 6, 0, 0),
10-
prodvers=(0, 6, 0, 0),
9+
filevers=(0, 7, 0, 0),
10+
prodvers=(0, 7, 0, 0),
1111
# Contains a bitmask that specifies the valid bits 'flags'r
1212
mask=0x0,
1313
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -31,12 +31,12 @@ StringFileInfo(
3131
u'040904B0',
3232
[StringStruct(u'CompanyName', u'mastercomfig'),
3333
StringStruct(u'FileDescription', u'TC2 Launcher'),
34-
StringStruct(u'FileVersion', u'0.6.0.0'),
34+
StringStruct(u'FileVersion', u'0.7.0.0'),
3535
StringStruct(u'InternalName', u'tc2_launcher'),
3636
StringStruct(u'LegalCopyright', u'Copyright © mastercomfig'),
3737
StringStruct(u'OriginalFilename', u'TC2Launcher.exe'),
3838
StringStruct(u'ProductName', u'TC2 Launcher'),
39-
StringStruct(u'ProductVersion', u'0.6.0.0')])
39+
StringStruct(u'ProductVersion', u'0.7.0.0')])
4040
]),
4141
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
4242
]

0 commit comments

Comments
 (0)