Skip to content

Commit e0769d2

Browse files
Updated version file to use github for new version info
Updated version file to change second KSP_VERSION_MIN to be KSP_VERSION_MAX
1 parent 7651b6c commit e0769d2

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

ChangeLog.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,8 @@
111111
Fixed case of the mod directory when loading icons (from AutomatedScreenshots to AutomatedScreenShots)
112112

113113
0.8.5.7
114-
Fixed small memory leak
114+
Fixed small memory leak
115+
116+
0.8.5.8
117+
Updated version file to use github for new version info
118+
Updated version file to change second KSP_VERSION_MIN to be KSP_VERSION_MAX

automatedscreenshots.version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"NAME": "AutomatedScreenshots",
3-
"URL": "http://ksp.spacetux.net/avc/automatedscreenshots",
3+
"URL": "https://raw.githubusercontent.com/linuxgurugamer/AutomatedScreenshots/refs/heads/master/automatedscreenshots.version",
44
"DOWNLOAD": "https://kerbalstuff.com/mod/1086",
55
"VERSION": {
66
"MAJOR": 0,
77
"MINOR": 8,
88
"PATCH": 5,
9-
"BUILD": 7
9+
"BUILD": 8
1010
},
1111
"KSP_VERSION_MIN": {
1212
"MAJOR": 1,
1313
"MINOR": 12,
1414
"PATCH": 0
1515
},
16-
"KSP_VERSION_MIN": {
16+
"KSP_VERSION_MAX": {
1717
"MAJOR": 1,
1818
"MINOR": 12,
19-
"PATCH": 0
19+
"PATCH": 99
2020
}
2121
}

0 commit comments

Comments
 (0)