We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d1fe56 + 027d0f1 commit f4a6b77Copy full SHA for f4a6b77
plugin_template/swinfo.json
@@ -5,7 +5,7 @@
5
"name": "Patch Manager",
6
"description": "A mod for generic patching needs similar to KSP 1's Module Manager.",
7
"source": "https://github.com/KSP2Community/PatchManager",
8
- "version": "0.9.2",
+ "version": "0.9.3",
9
"version_check": "https://raw.githubusercontent.com/KSP2Community/PatchManager/main/plugin_template/swinfo.json",
10
"ksp2_version": {
11
"min": "0.2.0",
@@ -15,7 +15,14 @@
15
{
16
"id": "com.github.x606.spacewarp",
17
"version": {
18
- "min": "1.7.0",
+ "min": "1.8.0",
19
+ "max": "*"
20
+ }
21
+ },
22
+ {
23
+ "id": "premonition",
24
+ "version": {
25
+ "min": "0.2.0",
26
"max": "*"
27
}
28
0 commit comments