Skip to content

Commit 6aaf8b8

Browse files
committed
Release 3.0.7.3 (Lisias) for KSP 1.4
1 parent 75a9b01 commit 6aaf8b8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Module Manager :: Changes
22

3-
* 2018-1010: 3.0.7.2 (Lisias) for KSP 1.4
3+
* 2018-1010: 3.0.7.3 (Lisias) for KSP 1.4
44
+ Moving the datafiles to <KSP_ROOT>/PluginData , where God intended it to be.
55
+ Using KSPe facilities
66
- (some) Logging
77
- File System and Data Files
88
+ Some small glitches and what appears to be a behavior inconsistency fixed.
9+
+ Doing things the right way this time.
10+
* 2018-1010: 3.0.7.2 (Lisias) for KSP 1.4 -- WITHDRAWN
911
* 2018-0930: 3.0.7.1 (Lisias) for KSP 1.4
1012
+ fixing MissingMethodException: Method not found: 'UnityEngine.Texture2D.LoadImage'.

CHANGE_LOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Module Manager :: Change Log
22

3-
* 2018-1010: 3.0.7.2 (Lisias) for KSP 1.4
3+
* 2018-1010: 3.0.7.3 (Lisias) for KSP 1.4
44
+ Moving the datafiles to <KSP_ROOT>/PluginData , where God intended it to be.
55
+ Using KSPe facilities
66
- (some) Logging
77
- File System and Data Files
88
+ Some small glitches and what appears to be a behavior inconsistency fixed.
9+
+ Doing things the right way this time.
10+
* 2018-1010: 3.0.7.2 (Lisias) for KSP 1.4 -- WITHDRAWN
911
* 2018-0930: 3.0.7.1 (Lisias) for KSP 1.4
1012
+ fixing MissingMethodException: Method not found: 'UnityEngine.Texture2D.LoadImage'.
1113
* 2018-0505: 3.0.7 (sarbian) for KSP 1.4

ModuleManager.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"MAJOR":3,
1414
"MINOR":0,
1515
"PATCH":7,
16-
"BUILD":2
16+
"BUILD":3
1717
},
1818
"KSP_VERSION":{
1919
"MAJOR":1,

0 commit comments

Comments
 (0)