diff --git a/.imgbotconfig b/.imgbotconfig
index 04de2b3f..d56ed6e9 100644
--- a/.imgbotconfig
+++ b/.imgbotconfig
@@ -1,7 +1,6 @@
{
"schedule": "weekly",
"ignoredFiles": [
- "GameData/*",
"GameData/ExtraplanetaryLaunchpads/*",
"GameData/SimpleConstruction/*",
"source/*",
@@ -12,6 +11,7 @@
"**/FX/**",
"**/Icons/**",
"**/LegalMumboJumbo/**",
+ "**/Parts/**",
"**/PluginData/**",
"**/Textures/**",
"**/UI/**"
diff --git a/GameData/SimpleConstruction/4.0.99.8.htm b/GameData/SimpleConstruction/4.0.99.8.htm
index 05834673..bb7b15d4 100644
--- a/GameData/SimpleConstruction/4.0.99.8.htm
+++ b/GameData/SimpleConstruction/4.0.99.8.htm
@@ -63,6 +63,12 @@
Changes
href="https://github.com/RobotGuy">RobotGuy!
closes #123 - [Bug 🐞]: Ghosted parts still appear in Community
Category Kit Filter
+[B9TankSwitch.cfg] v1.0.3.2
+
+- rename [B9TanksSwitch.cfg] to [B9TankSwitch.cfg]
+- line 54 missing
{}
+
+closes #128 - [Bug 🐞]: B9TankSwitch missing brace set
Documentation
diff --git a/GameData/SimpleConstruction/Compatibility/B9PartSwitch/B9TankSwitch.cfg b/GameData/SimpleConstruction/Compatibility/B9PartSwitch/B9TankSwitch.cfg
index 35cde741..13b61303 100644
--- a/GameData/SimpleConstruction/Compatibility/B9PartSwitch/B9TankSwitch.cfg
+++ b/GameData/SimpleConstruction/Compatibility/B9PartSwitch/B9TankSwitch.cfg
@@ -1,4 +1,4 @@
-// B9TankSwitch.cfg v1.0.3.1
+// B9TankSwitch.cfg v1.0.3.2
// SimpleConstruction! (SCON)
// created: 2020 Apr 20
// updated: 24 Jun 2022
@@ -54,4 +54,4 @@
!RESOURCE[Ore] {}
}
-// CC BY-NC-SA 3.0 Unported by zer0Kerbal
+// this file: CC BY-SA 4.0 by zer0Kerbal
diff --git a/GameData/SimpleConstruction/changelog.md b/GameData/SimpleConstruction/changelog.md
index 3205d606..508ec544 100644
--- a/GameData/SimpleConstruction/changelog.md
+++ b/GameData/SimpleConstruction/changelog.md
@@ -38,6 +38,10 @@ updated: 05 Mar 2022
* removes tags so parts won't show up if CCK is installed
* Thank you to [RobotGuy](https://github.com/RobotGuy)!
* closes #123 - [Bug 🐞]: Ghosted parts still appear in Community Category Kit Filter
+* [B9TankSwitch.cfg] v1.0.3.2
+ * rename [B9TanksSwitch.cfg] to [B9TankSwitch.cfg]
+ * line 54 missing `{}`
+* closes #128 - [Bug 🐞]: B9TankSwitch missing brace set
### Documentation
diff --git a/changelog.md b/changelog.md
index 3205d606..508ec544 100644
--- a/changelog.md
+++ b/changelog.md
@@ -38,6 +38,10 @@ updated: 05 Mar 2022
* removes tags so parts won't show up if CCK is installed
* Thank you to [RobotGuy](https://github.com/RobotGuy)!
* closes #123 - [Bug 🐞]: Ghosted parts still appear in Community Category Kit Filter
+* [B9TankSwitch.cfg] v1.0.3.2
+ * rename [B9TanksSwitch.cfg] to [B9TankSwitch.cfg]
+ * line 54 missing `{}`
+* closes #128 - [Bug 🐞]: B9TankSwitch missing brace set
### Documentation
diff --git a/docs/ReleaseNotes/4.0.99.8.md b/docs/ReleaseNotes/4.0.99.8.md
index 9b164448..ece8f405 100644
--- a/docs/ReleaseNotes/4.0.99.8.md
+++ b/docs/ReleaseNotes/4.0.99.8.md
@@ -41,6 +41,10 @@ meaning things have changed, including file names - so delete `GameData/Extrapla
* removes tags so parts won't show up if CCK is installed
* Thank you to [RobotGuy](https://github.com/RobotGuy)!
* closes #123 - [Bug 🐞]: Ghosted parts still appear in Community Category Kit Filter
+* [B9TankSwitch.cfg] v1.0.3.2
+ * rename [B9TanksSwitch.cfg] to [B9TankSwitch.cfg]
+ * line 54 missing `{}`
+* closes #128 - [Bug 🐞]: B9TankSwitch missing brace set
### Documentation
diff --git a/docs/changelog.md b/docs/changelog.md
index f8b28752..364ae001 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -53,6 +53,10 @@ updated: 05 Mar 2022
* removes tags so parts won't show up if CCK is installed
* Thank you to [RobotGuy](https://github.com/RobotGuy)!
* closes #123 - [Bug 🐞]: Ghosted parts still appear in Community Category Kit Filter
+* [B9TankSwitch.cfg] v1.0.3.2
+ * rename [B9TanksSwitch.cfg] to [B9TankSwitch.cfg]
+ * line 54 missing `{}`
+* closes #128 - [Bug 🐞]: B9TankSwitch missing brace set
### Documentation