Skip to content

Commit

Permalink
Release 1.1.0.0 (LisiasT) for KSP >= 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Jun 21, 2022
1 parent 95335c7 commit 060a8e3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Module Manager Watch Dog :: Changes

* 2022-0621: 1.1.0.0 (LisiasT) for KSP >= 1.2.2
+ Adds a Install Checker for:
- The tool itself
- ModuleManager /L
- TweakScale
+ Closes issue:
- [#5](https://github.com/net-lisias-ksp/ModuleManagerWatchDog/issues/5) Cook a `GameData/*.dll` update tool
* 2021-0907: 1.0.1.1 (LisiasT) for KSP >= 1.2.2
+ Promoted to Release
+ Revamping the Redist checks, promoting modularity and selective deployment
Expand Down
7 changes: 7 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Module Manager Watch Dog :: Change Log

* 2022-0621: 1.1.0.0 (LisiasT) for KSP >= 1.2.2
+ Adds a Install Checker for:
- The tool itself
- ModuleManager /L
- TweakScale
+ Closes issue:
- [#5](https://github.com/net-lisias-ksp/ModuleManagerWatchDog/issues/5) Cook a `GameData/*.dll` update tool
* 2021-0907: 1.0.1.1 (LisiasT) for KSP >= 1.2.2
+ Promoted to Release
+ Revamping the Redist checks, promoting modularity and selective deployment
Expand Down
6 changes: 3 additions & 3 deletions ModuleManagerWatchDog.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

"VERSION":{
"MAJOR":1,
"MINOR":0,
"PATCH":1,
"BUILD":1
"MINOR":1,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down

0 comments on commit 060a8e3

Please sign in to comment.