We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d565a2 commit 0cc75c7Copy full SHA for 0cc75c7
2 files changed
plugin_template/assets/images/icon.png
-131 Bytes
plugin_template/swinfo.json
@@ -1,21 +1,21 @@
1
{
2
- "spec": "1.3",
+ "spec": "2.0",
3
"mod_id": "PatchManager",
4
"author": "KSP2 Community",
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.7.0",
+ "version": "0.7.1",
9
"version_check": "https://raw.githubusercontent.com/KSP2Community/PatchManager/main/plugin_template/swinfo.json",
10
"ksp2_version": {
11
- "min": "0.1.5",
+ "min": "0.2.0",
12
"max": "*"
13
},
14
"dependencies": [
15
16
"id": "com.github.x606.spacewarp",
17
"version": {
18
- "min": "1.5.0",
+ "min": "1.7.0",
19
20
}
21
0 commit comments