Skip to content

Commit f4a6b77

Browse files
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents 1d1fe56 + 027d0f1 commit f4a6b77

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

plugin_template/swinfo.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Patch Manager",
66
"description": "A mod for generic patching needs similar to KSP 1's Module Manager.",
77
"source": "https://github.com/KSP2Community/PatchManager",
8-
"version": "0.9.2",
8+
"version": "0.9.3",
99
"version_check": "https://raw.githubusercontent.com/KSP2Community/PatchManager/main/plugin_template/swinfo.json",
1010
"ksp2_version": {
1111
"min": "0.2.0",
@@ -15,7 +15,14 @@
1515
{
1616
"id": "com.github.x606.spacewarp",
1717
"version": {
18-
"min": "1.7.0",
18+
"min": "1.8.0",
19+
"max": "*"
20+
}
21+
},
22+
{
23+
"id": "premonition",
24+
"version": {
25+
"min": "0.2.0",
1926
"max": "*"
2027
}
2128
}

0 commit comments

Comments
 (0)