From 0032e18d265bb543a7b93de4aaeebd1cdb3e1e98 Mon Sep 17 00:00:00 2001 From: MOARdV Date: Fri, 19 Oct 2018 09:49:21 -0500 Subject: [PATCH] Add KSP_VERSION_MAX to the version file --- .../JSI/RasterPropMonitor/RasterPropMonitor.version | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/GameData/JSI/RasterPropMonitor/RasterPropMonitor.version b/GameData/JSI/RasterPropMonitor/RasterPropMonitor.version index 6100a9a7..3874014f 100644 --- a/GameData/JSI/RasterPropMonitor/RasterPropMonitor.version +++ b/GameData/JSI/RasterPropMonitor/RasterPropMonitor.version @@ -2,12 +2,14 @@ "NAME": "RasterPropMonitor", "URL": "https://raw.githubusercontent.com/Mihara/RasterPropMonitor/master/GameData/JSI/RasterPropMonitor/RasterPropMonitor.version", "DOWNLOAD": "https://github.com/Mihara/RasterPropMonitor/releases", - "VERSION": { + "VERSION": + { "MAJOR": 0, "MINOR": 30, "PATCH": 5 }, - "KSP_VERSION": { + "KSP_VERSION": + { "MAJOR": 1, "MINOR": 5, "PATCH": 0 @@ -17,5 +19,11 @@ "MAJOR": 1, "MINOR": 4, "PATCH": 0 + }, + "KSP_VERSION_MAX": + { + "MAJOR": 1, + "MINOR": 5, + "PATCH": 99 } }