Skip to content

Commit 2a8ea85

Browse files
committed
1.5 release
1 parent 4014151 commit 2a8ea85

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

GameData/UpgradesGUI/UpgradesGUI.dll

512 Bytes
Binary file not shown.

GameData/UpgradesGUI/UpgradesGUI.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"VERSION":
1212
{
1313
"MAJOR":1,
14-
"MINOR":4,
14+
"MINOR":5,
1515
"PATCH":0,
1616
"BUILD":0
1717
},

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ So public domain, feel free to do anything, especially updating this plugin if I
4545
#### Known bugs and glitches
4646
- None at the moment
4747

48+
#### v1.5 for KSP 1.2.2 - 19/04/2017
49+
- (Issue #5 fix) : NRE when PartStats{} node is absent from PartStatsUpgradeModule bug
50+
- (Issue #4 fix) : ModuleDataTransmitter (and others) doesn't revert to base stats bug
51+
- (Issue #3 fix) : Incorrect state of upgrades at init bug
52+
4853
#### v1.4 for KSP 1.2.2 - 18/04/2017
4954

5055
- New feature : upgrade selection system

UpgradesUIExtensions/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.4.0.0")]
36-
[assembly: AssemblyFileVersion("1.4.0.0")]
35+
[assembly: AssemblyVersion("1.5.0.0")]
36+
[assembly: AssemblyFileVersion("1.5.0.0")]

0 commit comments

Comments
 (0)