Skip to content

Commit d5cc245

Browse files
chore(release): bump version to 2025.12.6 [skip ci]
1 parent 90178a8 commit d5cc245

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

file_version_info.txt

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=(2025, 12, 5, 0),
10-
prodvers=(2025, 12, 5, 0),
9+
filevers=(2025, 12, 6, 0),
10+
prodvers=(2025, 12, 6, 0),
1111
# Contains a bitmask that specifies the valid bits 'flags'r
1212
mask=0x3f,
1313
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -31,12 +31,12 @@ VSVersionInfo(
3131
u'040904B0',
3232
[StringStruct(u'CompanyName', u'FaserF'),
3333
StringStruct(u'FileDescription', u'SwitchCraft'),
34-
StringStruct(u'FileVersion', u'2025.12.5.0'),
34+
StringStruct(u'FileVersion', u'2025.12.6.0'),
3535
StringStruct(u'InternalName', u'SwitchCraft'),
3636
StringStruct(u'LegalCopyright', u'Copyright (c) 2025 FaserF'),
3737
StringStruct(u'OriginalFilename', u'SwitchCraft.exe'),
3838
StringStruct(u'ProductName', u'SwitchCraft'),
39-
StringStruct(u'ProductVersion', u'2025.12.5-beta')])
39+
StringStruct(u'ProductVersion', u'2025.12.6.0')])
4040
]),
4141
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
4242
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "switchcraft"
7-
version = "2025.12.5-beta"
7+
version = "2025.12.6"
88
description = "A universal silent switch finder and installer analyzer."
99
readme = "README.md"
1010
authors = [{ name = "FaserF" }]

src/switchcraft/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2025.12.5-beta"
1+
__version__ = "2025.12.6"

0 commit comments

Comments
 (0)