Skip to content

Commit

Permalink
Updated version file with KSP_VERSION_MIN
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Mar 26, 2021
1 parent c8b948b commit 639e225
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
5 changes: 4 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ Changelog
Converted all TGA files to dds

2.6.0.2
Updated .version file with name and version
Updated .version file with name and version

2.6.0.3
Updated version file with KSP_VERSION_MIN
30 changes: 15 additions & 15 deletions StationScience.version
Original file line number Diff line number Diff line change
@@ -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
}
}

0 comments on commit 639e225

Please sign in to comment.