Skip to content

Commit 537a82e

Browse files
committed
Release 4.2.2.4 (Lisias) for KSP >= 1.2
1 parent 828cdc1 commit 537a82e

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
*Lasciate ogne speranza, voi ch'intrate*
33
- - -
44

5+
* 2022-0809: 4.2.2.4 (Lisias) for KSP >= 1.2
6+
+ Fixed a pretty lame mistake on the 1.2.2 port.
7+
- And, yeah. I should had tested this thing on KSP 1.2.2 recently... #facePalm
58
* 2022-0719: 4.2.2.3 (Lisias) for KSP >= 1.2
69
+ More resilient handling of a potentially corrupted (or old) cache.
710
* 2022-0716: 4.2.2.2 (Lisias) for KSP >= 1.2

CHANGE_LOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
*Lasciate ogne speranza, voi ch'intrate*
33
- - -
44

5+
* 2022-0809: 4.2.2.4 (Lisias) for KSP >= 1.2
6+
+ Fixed a pretty lame mistake on the 1.2.2 port.
7+
- And, yeah. I should had tested this thing on KSP 1.2.2 recently... #facePalm
58
* 2022-0719: 4.2.2.3 (Lisias) for KSP >= 1.2
69
+ More resilient handling of a potentially corrupted (or old) cache.
710
* 2022-0716: 4.2.2.2 (Lisias) for KSP >= 1.2

ModuleManager.122.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"MAJOR":4,
99
"MINOR":2,
1010
"PATCH":2,
11-
"BUILD":3
11+
"BUILD":4
1212
},
1313
"KSP_VERSION":{
1414
"MAJOR":1,

ModuleManager.version

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

0 commit comments

Comments
 (0)