Skip to content

Commit b3059b3

Browse files
chore(release): bump version to 2026.1.5b2 [skip ci]
1 parent a81c2d7 commit b3059b3

File tree

8 files changed

+37
-36
lines changed

8 files changed

+37
-36
lines changed

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.5b1"
7+
version = "2026.1.5b2"
88
description = "A comprehensive enterprise IT platform for software packaging, analysis, and Intune management."
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,4 +1,4 @@
1-
__version__ = "2026.1.5b1"
1+
__version__ = "2026.1.5b2"
22

33
import sys
44
IS_WEB = sys.platform == "emscripten"
Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,32 @@
11
{
2-
"name": "SwitchCraft",
3-
"short_name": "SwitchCraft",
4-
"start_url": ".",
5-
"display": "standalone",
6-
"background_color": "#202020",
7-
"theme_color": "#202020",
8-
"description": "Modern Software Management - v2026.1.5b1",
9-
"icons": [
10-
{
11-
"src": "icon-192.png",
12-
"sizes": "192x192",
13-
"type": "image/png"
14-
},
15-
{
16-
"src": "icon-512.png",
17-
"sizes": "512x512",
18-
"type": "image/png"
19-
},
20-
{
21-
"src": "switchcraft_logo.png",
22-
"sizes": "any",
23-
"type": "image/png"
24-
},
25-
{
26-
"src": "apple-touch-icon.png",
27-
"sizes": "180x180",
28-
"type": "image/png"
29-
}
30-
]
2+
"name": "SwitchCraft",
3+
"short_name": "SwitchCraft",
4+
"start_url": ".",
5+
"display": "standalone",
6+
"background_color": "#202020",
7+
"theme_color": "#202020",
8+
"description": "SwitchCraft - Enterprise Application Management",
9+
"icons": [
10+
{
11+
"src": "icon-192.png",
12+
"sizes": "192x192",
13+
"type": "image/png"
14+
},
15+
{
16+
"src": "icon-512.png",
17+
"sizes": "512x512",
18+
"type": "image/png"
19+
},
20+
{
21+
"src": "switchcraft_logo.png",
22+
"sizes": "any",
23+
"type": "image/png"
24+
},
25+
{
26+
"src": "apple-touch-icon.png",
27+
"sizes": "180x180",
28+
"type": "image/png"
29+
}
30+
],
31+
"version": "2026.1.5b2"
3132
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "advanced",
33
"name": "Advanced Features",
4-
"version": "2026.1.5b1",
4+
"version": "2026.1.5b2",
55
"author": "SwitchCraft Internal",
66
"description": "Advanced management features for SwitchCraft."
77
}

src/switchcraft_ai/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "ai",
33
"name": "AI Assistant",
4-
"version": "2026.1.5b1",
4+
"version": "2026.1.5b2",
55
"author": "SwitchCraft Internal",
66
"description": "AI-powered assistance for packaging and scripting."
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "winget",
33
"name": "Winget Integration",
4-
"version": "2026.1.5b1",
4+
"version": "2026.1.5b2",
55
"author": "SwitchCraft Internal",
66
"description": "Integration with Windows Package Manager (Winget)."
77
}

switchcraft.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#define MyAppName "SwitchCraft"
88
#ifndef MyAppVersion
9-
#define MyAppVersion "2026.1.5b1"
9+
#define MyAppVersion "2026.1.5b2"
1010
#endif
1111
#ifndef MyAppVersionNumeric
1212
#define MyAppVersionNumeric "2026.1.5"

switchcraft_legacy.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#define MyAppName "SwitchCraft Legacy"
88
#ifndef MyAppVersion
9-
#define MyAppVersion "2026.1.5b1"
9+
#define MyAppVersion "2026.1.5b2"
1010
#endif
1111
#ifndef MyAppVersionNumeric
1212
#define MyAppVersionNumeric "2026.1.5"

0 commit comments

Comments
 (0)