diff --git a/SeparatorDestroyer/SeparatorDestroyer-1.0.0.0.ckan b/SeparatorDestroyer/SeparatorDestroyer-1.0.0.0.ckan index c6480d3b9e..5f64f2c5d4 100644 --- a/SeparatorDestroyer/SeparatorDestroyer-1.0.0.0.ckan +++ b/SeparatorDestroyer/SeparatorDestroyer-1.0.0.0.ckan @@ -4,14 +4,24 @@ "name": "Separator Destroyer", "abstract": "Converts stack separators in to explosive bagels. Completely destroys the stack separator when it is decoupled.", "author": "Xyphos", + "version": "1.0.0.0", + "ksp_version_min": "1.2.2", + "ksp_version_max": "1.3", "license": "public-domain", "resources": { "homepage": "https://github.com/Xyphos/KSP_SeparatorDestroyer", "spacedock": "https://spacedock.info/mod/1379/Separator%20Destroyer", "repository": "https://github.com/Xyphos/KSP_SeparatorDestroyer" }, - "version": "1.0.0.0", - "ksp_version": "1.2.2", + "tags": [ + "plugin", + "convenience" + ], + "depends": [ + { + "name": "ModuleManager" + } + ], "install": [ { "find": "XyphosAerospace", diff --git a/SeparatorDestroyer/SeparatorDestroyer-1.0.0.1.ckan b/SeparatorDestroyer/SeparatorDestroyer-1.0.0.1.ckan index 78878f83b9..0dab05f67f 100644 --- a/SeparatorDestroyer/SeparatorDestroyer-1.0.0.1.ckan +++ b/SeparatorDestroyer/SeparatorDestroyer-1.0.0.1.ckan @@ -4,14 +4,24 @@ "name": "Separator Destroyer", "abstract": "Adds a GUI menu to stack separators to optionally destroy them when they are decoupled. this feature is disabled by default and will not work with omni-directional decouplers.", "author": "Xyphos", + "version": "1.0.0.1", + "ksp_version_min": "1.3", + "ksp_version_max": "1.7", "license": "public-domain", "resources": { "homepage": "https://github.com/Xyphos/KSP_SeparatorDestroyer", "spacedock": "https://spacedock.info/mod/1379/Separator%20Destroyer", "repository": "https://github.com/Xyphos/KSP_SeparatorDestroyer" }, - "version": "1.0.0.1", - "ksp_version": "1.2.2", + "tags": [ + "plugin", + "convenience" + ], + "depends": [ + { + "name": "ModuleManager" + } + ], "install": [ { "find": "XyphosAerospace",