Skip to content

Commit 407c18d

Browse files
committed
Update Mod Version to 3.0
New Major version to reflect breaking change
1 parent 0ee8c5a commit 407c18d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DSP_AssemblerUI/AssemblerSpeedUI/ModInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ public static class ModInfo
44
{
55
public const string ModID = "dsp.assemblerUI.speedMod";
66
public const string ModName = "Assembler UI Speed Info Mod";
7-
public const string majorVersion = "2";
8-
public const string minorVersion = "3";
7+
public const string majorVersion = "3";
8+
public const string minorVersion = "0";
99
public const string hotfixVersion = "0";
1010
public const string buildVersion = "0";
1111
public const string VersionString = majorVersion + "." + minorVersion + "." + hotfixVersion + "." + buildVersion;

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@
2323
- v2.2.0 Updated to avoid a rare error when pasting recipes under specific circumstances. Should also ensure more compatibility with Nebula when another player changes the recipe of an open Assembler Window.
2424
- v2.2.1 Updated for compatibility with the Mecha Customization Update due to the changes added to production buffs.
2525
- v2.3.0 Updated to allow for configurable decimal places and adaptive text positioning. The release for this version will be built against the Dark Fog Update. It should also be possible to manually build it against older versions of the game, if needed.
26+
- v3.0.0 Updated for compatibility with DSP v0.10.34.28326, code cleanup - Many Thanks to @AZV-EU. Starting with version 3.0.0 this mod is INCOMPATIBLE with older game versions!

0 commit comments

Comments
 (0)