Skip to content

Commit a84054a

Browse files
chore: bump version to 2026.1.5.dev0+10182f5 and update fallback versions to 2026.1.4 [skip ci]
1 parent 10182f5 commit a84054a

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

file_version_info.txt

Lines changed: 2 additions & 2 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=(2026, 1, 4, 0),
10-
prodvers=(2026, 1, 4, 0),
9+
filevers=(2026, 1, 5, 0),
10+
prodvers=(2026, 1, 5, 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.

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 = "2026.1.4"
7+
version = "2026.1.5.dev0+10182f5"
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__ = "2026.1.4"
1+
__version__ = "2026.1.5.dev0+10182f5"

switchcraft.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
#define MyAppName "SwitchCraft"
88
#ifndef MyAppVersion
9-
#define MyAppVersion "2026.1.4"
9+
#define MyAppVersion "2026.1.5.dev0+10182f5"
1010
#endif
1111
#ifndef MyAppVersionNumeric
12-
#define MyAppVersionNumeric "2026.1.4"
12+
#define MyAppVersionNumeric "2026.1.5"
1313
#endif
1414
#ifndef MyAppVersionInfo
15-
#define MyAppVersionInfo "2026.1.4.0"
15+
#define MyAppVersionInfo "2026.1.5.0"
1616
#endif
1717
#define MyAppPublisher "FaserF"
1818
#define MyAppURL "https://github.com/FaserF/SwitchCraft"

switchcraft_legacy.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
#define MyAppName "SwitchCraft Legacy"
88
#ifndef MyAppVersion
9-
#define MyAppVersion "2026.1.4"
9+
#define MyAppVersion "2026.1.5.dev0+10182f5"
1010
#endif
1111
#ifndef MyAppVersionNumeric
12-
#define MyAppVersionNumeric "2026.1.4"
12+
#define MyAppVersionNumeric "2026.1.5"
1313
#endif
1414
#ifndef MyAppVersionInfo
15-
#define MyAppVersionInfo "2026.1.4.0"
15+
#define MyAppVersionInfo "2026.1.5.0"
1616
#endif
1717
#define MyAppPublisher "FaserF"
1818
#define MyAppURL "https://github.com/FaserF/SwitchCraft"

0 commit comments

Comments
 (0)