Skip to content

Commit 153ff14

Browse files
committed
Release 4.1.4.1 (Lisias) for KSP >= 1.3.1
1 parent 590480d commit 153ff14

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGE_LOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
*Lasciate ogne speranza, voi ch'intrate*
33
- - -
44

5+
* 2020-0711: 4.1.4.1 (Lisias) for KSP >= 1.3.1
6+
+ Merging upstream updates:
7+
- Fix a bug with LAST[modx] when modx is not present
8+
- some code cleanups
59
* 2020-0707: 4.1.4.0 (sarbian) for KSP >= 1.8
610
+ Fix a bug with LAST[modx] when modx is not present
711
+ some code cleanups
812
* 2020-0616: 4.1.3.2 (Lisias) for KSP >= 1.3.1
9-
+ A nasty mishap from a old merge (dated 2018-11) was detected and fixed.
13+
+ A nasty mishap from an old merge (dated 2018-11) was detected and fixed.
1014
- See Issue [#4](https://github.com/net-lisias-ksp/ModuleManager/issues/4).
1115
* 2020-0526: 4.1.3.1 (Lisias) for KSP >= 1.3.1
1216
+ Adding a nice 'Houston' GUI message

ModuleManager.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"VERSION":{
88
"MAJOR":4,
99
"MINOR":1,
10-
"PATCH":3,
11-
"BUILD":2
10+
"PATCH":4,
11+
"BUILD":1
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,

0 commit comments

Comments
 (0)