diff --git a/GameData/UpgradesGUI/UpgradesGUI.dll b/GameData/UpgradesGUI/UpgradesGUI.dll index 326c473..2f6b0d4 100644 Binary files a/GameData/UpgradesGUI/UpgradesGUI.dll and b/GameData/UpgradesGUI/UpgradesGUI.dll differ diff --git a/GameData/UpgradesGUI/UpgradesGUI.version b/GameData/UpgradesGUI/UpgradesGUI.version index cc17ac7..072de3b 100644 --- a/GameData/UpgradesGUI/UpgradesGUI.version +++ b/GameData/UpgradesGUI/UpgradesGUI.version @@ -11,7 +11,7 @@ "VERSION": { "MAJOR":1, - "MINOR":4, + "MINOR":5, "PATCH":0, "BUILD":0 }, diff --git a/README.md b/README.md index 6b1c0df..9d13e84 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,11 @@ So public domain, feel free to do anything, especially updating this plugin if I #### Known bugs and glitches - None at the moment +#### v1.5 for KSP 1.2.2 - 19/04/2017 +- (Issue #5 fix) : NRE when PartStats{} node is absent from PartStatsUpgradeModule bug +- (Issue #4 fix) : ModuleDataTransmitter (and others) doesn't revert to base stats bug +- (Issue #3 fix) : Incorrect state of upgrades at init bug + #### v1.4 for KSP 1.2.2 - 18/04/2017 - New feature : upgrade selection system diff --git a/UpgradesUIExtensions/Properties/AssemblyInfo.cs b/UpgradesUIExtensions/Properties/AssemblyInfo.cs index 6fd319d..08d975d 100644 --- a/UpgradesUIExtensions/Properties/AssemblyInfo.cs +++ b/UpgradesUIExtensions/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.4.0.0")] -[assembly: AssemblyFileVersion("1.4.0.0")] +[assembly: AssemblyVersion("1.5.0.0")] +[assembly: AssemblyFileVersion("1.5.0.0")]