You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KSP-DepthMask/Templates/GameData/DepthMask/DepthMask.version

21 lines
600 B
Plaintext

{
"NAME":"DepthMask",
"URL":"https://github.com/drewcassidy/KSP-DepthMask/releases/latest/download/DepthMask.version",
"DOWNLOAD":"https://github.com/drewcassidy/KSP-DepthMask/releases/latest",
"CHANGE_LOG_URL":"https://github.com/drewcassidy/KSP-DepthMask/blob/master/CHANGELOG.md",
"VERSION": {
"MAJOR": {{ ver_major }},
"MINOR": {{ ver_minor }},
"PATCH": {{ ver_patch }},
"BUILD": {{ ver_build }}
},
"KSP_VERSION_MIN": {
"MAJOR":1,
"MINOR":11
},
"KSP_VERSION_MAX": {
"MAJOR":1,
"MINOR":12
}
}