Skip to content

Commit 6202c28

Browse files
committed
Release 3.0.7.2 (Lisias) for KSP 1.4
1 parent d30d445 commit 6202c28

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Module Manager :: Change Log
1+
# Module Manager :: Changes
22

3+
* 2018-1010: 3.0.7.2 (Lisias) for KSP 1.4
4+
+ Moving the datafiles to <KSP_ROOT>/PluginData , where God intended it to be.
5+
+ Using KSPe facilities
6+
- (some) Logging
7+
- File System and Data Files
8+
+ Some small glitches and what appears to be a behavior inconsistency fixed.
39
* 2018-0930: 3.0.7.1 (Lisias) for KSP 1.4
410
+ fixing MissingMethodException: Method not found: 'UnityEngine.Texture2D.LoadImage'.

CHANGE_LOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Module Manager :: Change Log
22

3+
* 2018-1010: 3.0.7.2 (Lisias) for KSP 1.4
4+
+ Moving the datafiles to <KSP_ROOT>/PluginData , where God intended it to be.
5+
+ Using KSPe facilities
6+
- (some) Logging
7+
- File System and Data Files
8+
+ Some small glitches and what appears to be a behavior inconsistency fixed.
39
* 2018-0930: 3.0.7.1 (Lisias) for KSP 1.4
410
+ fixing MissingMethodException: Method not found: 'UnityEngine.Texture2D.LoadImage'.
511
* 2018-0505: 3.0.7 (sarbian) for KSP 1.4

ModuleManager.version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"MAJOR":3,
1414
"MINOR":0,
1515
"PATCH":7,
16-
"BUILD":1
16+
"BUILD":2
1717
},
1818
"KSP_VERSION":{
1919
"MAJOR":1,
20-
"MINOR":4,
20+
"MINOR":4
2121
},
2222
"KSP_VERSION_MIN":{
2323
"MAJOR":1,
2424
"MINOR":4,
25-
"PATCH":0
25+
"PATCH":1
2626
},
2727
"KSP_VERSION_MAX":{
2828
"MAJOR":1,

0 commit comments

Comments
 (0)