diff --git a/ShipSections/ShipSections-v1.1.ckan b/ShipSections/ShipSections-v1.1.ckan new file mode 100644 index 0000000000..8be08e69c6 --- /dev/null +++ b/ShipSections/ShipSections-v1.1.ckan @@ -0,0 +1,30 @@ +{ + "spec_version": 1, + "identifier": "ShipSections", + "name": "ShipSections", + "abstract": "Section your ships for accurate analysis!", + "author": "jkoritzinsky", + "license": "MIT", + "resources": { + "homepage": "https://github.com/jkoritzinsky/ShipSections", + "repository": "https://github.com/jkoritzinsky/ShipSections" + }, + "version": "v1.1", + "ksp_version": "1.0.4", + "depends": [ + { + "name": "ModuleManager", + "min_version": "2.6.7", + "comment": "This mod uses the notification feature added in 2.6.7." + } + ], + "install": [ + { + "file": "ShipSections", + "install_to": "GameData" + } + ], + "download": "https://github.com/jkoritzinsky/ShipSections/releases/download/v1.1/ShipSections.zip", + "download_size": 43102, + "x_generated_by": "netkan" +}