diff --git a/Changelog.txt b/Changelog.txt index bab4c3f..00c931c 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -20,4 +20,7 @@ Changelog Converted all TGA files to dds 2.6.0.2 - Updated .version file with name and version \ No newline at end of file + Updated .version file with name and version + +2.6.0.3 + Updated version file with KSP_VERSION_MIN \ No newline at end of file diff --git a/StationScience.version b/StationScience.version index 150afd1..dd59670 100644 --- a/StationScience.version +++ b/StationScience.version @@ -1,21 +1,21 @@ { - "NAME":"MOARStationScience", - "URL":"https://github.com/linuxgurugamer/StationScience/blob/master/Kerbal%20Space%20Program/GameData/StationScience/StationScience.version", - "DOWNLOAD":"https://github.com/linuxgurugamer/StationScience/releases", + "NAME": "MOARStationScience", + "URL": "https://github.com/linuxgurugamer/StationScience/blob/master/Kerbal%20Space%20Program/GameData/StationScience/StationScience.version", + "DOWNLOAD": "https://github.com/linuxgurugamer/StationScience/releases", "GITHUB": { "USERNAME": "linuxgurugamer", "REPOSITORY": "StationScience", "ALLOW_PRE_RELEASE": false }, - "VERSION":{ - "MAJOR":2, - "MINOR":6, - "PATCH":0, - "BUILD":2 - }, - "KSP_VERSION":{ - "MAJOR":1, - "MINOR":8, - "PATCH":1 - } - } + "VERSION": { + "MAJOR": 2, + "MINOR": 6, + "PATCH": 0, + "BUILD": 3 + }, + "KSP_VERSION_MIN": { + "MAJOR": 1, + "MINOR": 8, + "PATCH": 1 + } +}