Skip to content

Commit

Permalink
Bump version to be on the save side
Browse files Browse the repository at this point in the history
  • Loading branch information
untoldwind committed Jun 13, 2024
1 parent b0ef3e8 commit 2b69b83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## 0.5.9.1 ->
## 0.5.9.1 -> 0.5.9.5

* Make `vessel.name` read-write
* Add `experiment.potential_science_value()`
Expand Down
4 changes: 2 additions & 2 deletions SpaceWarpMod/KontrolSystemMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

namespace KontrolSystem.SpaceWarpMod;

[BepInPlugin("com.github.untoldwind.KontrolSystem2", "KontrolSystem2", "0.5.9.4")]
[BepInPlugin("com.github.untoldwind.KontrolSystem2", "KontrolSystem2", "0.5.9.5")]
[BepInDependency(SpaceWarpPlugin.ModGuid, SpaceWarpPlugin.ModVer)]
[BepInDependency(KSPAddonsModule.FlightPlanAdapter.ModGuid, BepInDependency.DependencyFlags.SoftDependency)]
public class KontrolSystemMod : BaseSpaceWarpPlugin {
public const string ModGuid = "com.github.untoldwind.KontrolSystem2";
public const string ModName = "KontrolSystem2";
public const string ModVersion = "0.5.9.4";
public const string ModVersion = "0.5.9.5";

private ModuleManagerWindow? moduleManagerWindow;
private UIWindows? uiWindows;
Expand Down
2 changes: 1 addition & 1 deletion SpaceWarpMod/swinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Kontrol System",
"description": "Autopilot scripting framework",
"source": "https://github.com/untoldwind/KontrolSystem2",
"version": "0.5.9.4",
"version": "0.5.9.5",
"dependencies": [],
"ksp2_version": {
"min": "0",
Expand Down

0 comments on commit 2b69b83

Please sign in to comment.