Skip to content

Commit 9b874d5

Browse files
committed
Release 0.1.0.1 Beta (LisiasT) for KSP >= 1.8
1 parent 16b6259 commit 9b874d5

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# TweakScale Companion :: Visuals :: Changes
22

3+
* 2021-0908: 0.1.0.1 **Beta** (LisiasT) for KSP >= 1.8
4+
+ Short circuiting some Dependency Checks due a new misbehaviour introduced on KSP 1.12.2
35
* 2021-0705: 0.1.0.0 **Beta** (LisiasT) for KSP >= 1.8
46
+ (Properly) declares dependencies now
57
+ Slightly faster patching when dependencies are not met.

CHANGE_LOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# TweakScale Companion :: Visuals :: Change Log
22

3+
* 2021-0908: 0.1.0.1 **Beta** (LisiasT) for KSP >= 1.8
4+
+ Short circuiting some Dependency Checks due a new misbehaviour introduced on KSP 1.12.2
35
* 2021-0705: 0.1.0.0 **Beta** (LisiasT) for KSP >= 1.8
46
+ (Properly) declares dependencies now
57
+ Slightly faster patching when dependencies are not met.

TweakScaleCompanion.Visuals.version

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

0 commit comments

Comments
 (0)