Skip to content

Commit 24dbd55

Browse files
committed
bump version
1 parent e4c3782 commit 24dbd55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MicroEngineerProject/MicroEngineer/MicroEngineerMod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
namespace MicroMod
1818
{
19-
[BepInPlugin("com.micrologist.microengineer", "MicroEngineer", "0.5.0")]
19+
[BepInPlugin("com.micrologist.microengineer", "MicroEngineer", "0.6.0")]
2020
[BepInDependency(SpaceWarpPlugin.ModGuid, SpaceWarpPlugin.ModVer)]
2121
public class MicroEngineerMod : BaseSpaceWarpPlugin
2222
{

Staging/BepInEx/plugins/micro_engineer/swinfo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"name": "Micro Engineer",
55
"description": "Get in-flight information about your current vessel",
66
"source": "https://github.com/Micrologist/MicroEngineer",
7-
"version": "0.5.0",
7+
"version": "0.6.0",
88
"dependencies": ["SpaceWarp"],
99
"ksp2_version": {
1010
"min": "0.1.0",
11-
"max": "0.1.0"
11+
"max": "0.1.1"
1212
}
1313
}

0 commit comments

Comments
 (0)