mirror of
https://github.com/KSP-CKAN/CKAN-meta.git
synced 2024-10-13 00:59:46 +00:00
Restrict old KerbalKrashSystem release KSP versions (#1205)
1:0.3.6 has been released with 1.1.3 1:0.3.1 has KSP 1.1.0 In between releases had KSP 1.1 on Curse Setting in between releases to 1.1.0 - 1.1.2
This commit is contained in:
@ -10,7 +10,8 @@
|
|||||||
"repository": "https://github.com/EnzoMeertens/KerbalKrashSystem"
|
"repository": "https://github.com/EnzoMeertens/KerbalKrashSystem"
|
||||||
},
|
},
|
||||||
"version": "1:0.3.2",
|
"version": "1:0.3.2",
|
||||||
"ksp_version": "1.1",
|
"ksp_version_min": "1.1.0",
|
||||||
|
"ksp_version_max": "1.1.2",
|
||||||
"depends": [
|
"depends": [
|
||||||
{
|
{
|
||||||
"name": "ModuleManager",
|
"name": "ModuleManager",
|
||||||
|
@ -10,7 +10,8 @@
|
|||||||
"repository": "https://github.com/EnzoMeertens/KerbalKrashSystem"
|
"repository": "https://github.com/EnzoMeertens/KerbalKrashSystem"
|
||||||
},
|
},
|
||||||
"version": "1:0.3.3",
|
"version": "1:0.3.3",
|
||||||
"ksp_version": "1.1",
|
"ksp_version_min": "1.1.0",
|
||||||
|
"ksp_version_max": "1.1.2",
|
||||||
"depends": [
|
"depends": [
|
||||||
{
|
{
|
||||||
"name": "ModuleManager",
|
"name": "ModuleManager",
|
||||||
|
@ -10,7 +10,8 @@
|
|||||||
"repository": "https://github.com/EnzoMeertens/KerbalKrashSystem"
|
"repository": "https://github.com/EnzoMeertens/KerbalKrashSystem"
|
||||||
},
|
},
|
||||||
"version": "1:0.3.4",
|
"version": "1:0.3.4",
|
||||||
"ksp_version": "1.1",
|
"ksp_version_min": "1.1.0",
|
||||||
|
"ksp_version_max": "1.1.2",
|
||||||
"depends": [
|
"depends": [
|
||||||
{
|
{
|
||||||
"name": "ModuleManager",
|
"name": "ModuleManager",
|
||||||
|
@ -10,7 +10,8 @@
|
|||||||
"repository": "https://github.com/EnzoMeertens/KerbalKrashSystem"
|
"repository": "https://github.com/EnzoMeertens/KerbalKrashSystem"
|
||||||
},
|
},
|
||||||
"version": "1:0.3.5",
|
"version": "1:0.3.5",
|
||||||
"ksp_version": "1.1",
|
"ksp_version_min": "1.1.0",
|
||||||
|
"ksp_version_max": "1.1.2",
|
||||||
"depends": [
|
"depends": [
|
||||||
{
|
{
|
||||||
"name": "ModuleManager",
|
"name": "ModuleManager",
|
||||||
|
Reference in New Issue
Block a user