Skip to content

Commit d27a3c3

Browse files
committed
Release 0.0.2.0 (LisiasT) for KSP >= 1.4
1 parent deeab85 commit d27a3c3

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Module Manager Watch Dog :: Changes
22

3+
* 2020-0612: 0.0.2.0 (LisiasT) for KSP >= 1.4
4+
+ Minor fixes and adjustments
35
* 2020-0612: 0.0.1.0 (LisiasT) for KSP >= 1.4
46
+ Initial public release
57
+ Works on KSP >= 1.4, but it's only needed on KSP >= 1.8

CHANGE_LOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Module Manager Watch Dog :: Change Log
22

3+
* 2020-0612: 0.0.2.0 (LisiasT) for KSP >= 1.4
4+
+ Minor fixes and adjustments
35
* 2020-0612: 0.0.1.0 (LisiasT) for KSP >= 1.4
46
+ Initial public release
57
+ Works on KSP >= 1.4, but it's only needed on KSP >= 1.8

CONFIG.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ "$PROJECT_BRANCH" == "master" ] ; then
1717
PROJECT_STATE=""
1818
else
1919
# Note: Add a leading dash when this value is present!
20-
PROJECT_STATE=-PreRelease
20+
PROJECT_STATE=""
2121
fi
2222

2323
VERSION=$( cat $VERSIONFILE | tr '\n' ' ' | sed -n -E 's/^.*?"VERSION\":\{.*"MAJOR":([0-9]+?),.*?"MINOR":([0-9]+?),.*?"PATCH":([0-9]+?),.*?"BUILD":([0-9]+?).*?\}.*$/\1.\2.\3.\4/p' )

ModuleManagerWatchDog.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"VERSION":{
88
"MAJOR":0,
99
"MINOR":0,
10-
"PATCH":1,
10+
"PATCH":2,
1111
"BUILD":0
1212
},
1313
"KSP_VERSION_MIN":{

0 commit comments

Comments
 (0)