Skip to content

Commit 6184050

Browse files
committed
Update swinfo.json
1 parent f710adf commit 6184050

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

Staging/BepInEx/plugins/micro_engineer/swinfo.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22
"mod_id": "micro_engineer",
33
"author": "Micrologist",
44
"name": "Micro Engineer",
5-
"description": "Get in-flight information about your current vessel",
5+
"description": "Get in-flight and VAB information about your current vessel",
66
"source": "https://github.com/Micrologist/MicroEngineer",
7-
"version": "0.6.0",
8-
"dependencies": ["SpaceWarp"],
7+
"version": "0.7.0",
8+
"dependencies": [
9+
{
10+
"id": "SpaceWarp",
11+
"version": {
12+
"min": "1.0.1",
13+
"max": "*"
14+
}
15+
}
16+
],
917
"ksp2_version": {
1018
"min": "0.1.0",
11-
"max": "0.1.1"
19+
"max": "*"
1220
}
1321
}

0 commit comments

Comments
 (0)