Skip to content

Commit 6616e2c

Browse files
committed
Release 1.1.0.4 (LisiasT) for KSP >= 1.2.2
1 parent 0f8f5dc commit 6616e2c

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,9 +1,11 @@
11
# Module Manager Watch Dog :: Changes
22

3-
* 2022-1112: 1.1.0.3 (LisiasT) for KSP >= 1.2.2
3+
* 2023-0313: 1.1.0.4 (LisiasT) for KSP >= 1.2.2
44
+ Makes the thing survivable if KSP starts with the `pwd` set to anywhere but the `KSPUtil.ApplicationRootPath`.
55
+ Closes issue:
66
- [#6](https://github.com/net-lisias-ksp/ModuleManagerWatchDog/issues/6) Resurrect the multiple ModuleManager DLLs check for KSP 1.12.x
7+
* 2022-1112: 1.1.0.3 (LisiasT) for KSP >= 1.2.2
8+
+ ***DITCHED***
79
* 2022-0719: 1.1.0.2 (LisiasT) for KSP >= 1.2.2
810
+ Fixes a mishap while updating the target DLL.
911
* 2022-0621: 1.1.0.1 (LisiasT) for KSP >= 1.2.2

CHANGE_LOG.md

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

3-
* 2022-1112: 1.1.0.3 (LisiasT) for KSP >= 1.2.2
3+
* 2023-0313: 1.1.0.4 (LisiasT) for KSP >= 1.2.2
44
+ Makes the thing survivable if KSP starts with the `pwd` set to anywhere but the `KSPUtil.ApplicationRootPath`.
55
+ Closes issue:
66
- [#6](https://github.com/net-lisias-ksp/ModuleManagerWatchDog/issues/6) Resurrect the multiple ModuleManager DLLs check for KSP 1.12.x
7+
* 2022-1112: 1.1.0.3 (LisiasT) for KSP >= 1.2.2
8+
+ ***DITCHED***
79
* 2022-0719: 1.1.0.2 (LisiasT) for KSP >= 1.2.2
810
+ Fixes a mishap while updating the target DLL.
911
* 2022-0621: 1.1.0.1 (LisiasT) for KSP >= 1.2.2

ModuleManagerWatchDog.version

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

0 commit comments

Comments
 (0)