Skip to content

Commit

Permalink
Revert "Update version file"
Browse files Browse the repository at this point in the history
This reverts commit 73bfbac.
  • Loading branch information
NathanKell committed Jun 12, 2023
1 parent 73bfbac commit fb33706
Showing 1 changed file with 25 additions and 21 deletions.
46 changes: 25 additions & 21 deletions GameData/ROSolar/ROSolar.version
Original file line number Diff line number Diff line change
@@ -1,26 +1,30 @@
{
"NAME": "ROSolar",
"URL": "https://github.com/KSP-RO/ROSolar/tree/master/GameData/ROSolar/ROSolar.version",
"DOWNLOAD": "https://github.com/KSP-RO/ROSolar/releases",
"GITHUB": {
"USERNAME": "KSP-RO",
"REPOSITORY": "ROSolar",
"ALLOW_PRE_RELEASE": false
"NAME":"ROSolar",
"URL":"https://github.com/KSP-RO/ROSolar/tree/master/GameData/ROSolar/ROSolar.version",
"DOWNLOAD":"https://github.com/KSP-RO/ROSolar/releases",
"GITHUB":
{
"USERNAME":"KSP-RO",
"REPOSITORY":"ROSolar",
"ALLOW_PRE_RELEASE":false
},
"VERSION": {
"MAJOR": 2,
"MINOR": 0,
"PATCH": 0,
"BUILD": 0
"VERSION":
{
"MAJOR":1,
"MINOR":1,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION_MIN": {
"MAJOR": "1",
"MINOR": "10",
"PATCH": "1"
"KSP_VERSION_MIN":
{
"MAJOR":1,
"MINOR":10,
"PATCH":1
},
"KSP_VERSION_MAX": {
"MAJOR": "1",
"MINOR": "12",
"PATCH": "99"
"KSP_VERSION_MAX":
{
"MAJOR":1,
"MINOR":12,
"PATCH":99
}
}
}

0 comments on commit fb33706

Please sign in to comment.