Skip to content

Commit 8e4bc24

Browse files
committed
Bump version to 0.8.0
1 parent d2b4f1f commit 8e4bc24

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
@@ -12,7 +12,7 @@
1212

1313
namespace MicroMod
1414
{
15-
[BepInPlugin("com.micrologist.microengineer", "MicroEngineer", "0.7.2")]
15+
[BepInPlugin("com.micrologist.microengineer", "MicroEngineer", "0.8.0")]
1616
[BepInDependency(SpaceWarpPlugin.ModGuid, SpaceWarpPlugin.ModVer)]
1717
public class MicroEngineerMod : BaseSpaceWarpPlugin
1818
{

Staging/BepInEx/plugins/micro_engineer/swinfo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"name": "Micro Engineer",
55
"description": "Get in-flight and VAB information about your current vessel",
66
"source": "https://github.com/Micrologist/MicroEngineer",
7-
"version": "0.7.2",
7+
"version": "0.8.0",
88
"dependencies": [
99
{
1010
"id": "SpaceWarp",
1111
"version": {
12-
"min": "1.1.0",
12+
"min": "1.0.1",
1313
"max": "*"
1414
}
1515
}

0 commit comments

Comments
 (0)