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.
1 parent f710adf commit 6184050Copy full SHA for 6184050
Staging/BepInEx/plugins/micro_engineer/swinfo.json
@@ -2,12 +2,20 @@
2
"mod_id": "micro_engineer",
3
"author": "Micrologist",
4
"name": "Micro Engineer",
5
- "description": "Get in-flight information about your current vessel",
+ "description": "Get in-flight and VAB information about your current vessel",
6
"source": "https://github.com/Micrologist/MicroEngineer",
7
- "version": "0.6.0",
8
- "dependencies": ["SpaceWarp"],
+ "version": "0.7.0",
+ "dependencies": [
9
+ {
10
+ "id": "SpaceWarp",
11
+ "version": {
12
+ "min": "1.0.1",
13
+ "max": "*"
14
+ }
15
16
+ ],
17
"ksp2_version": {
18
"min": "0.1.0",
- "max": "0.1.1"
19
20
}
21
0 commit comments