Changed WebUI Version Check to SemVer. Also addes "Alpha" Channel (#692)

This commit is contained in:
b1rdhous3
2020-02-19 17:29:11 +01:00
committed by GitHub
parent 2db3f0c835
commit 065634076b
11 changed files with 660 additions and 42 deletions

View File

@@ -8,6 +8,8 @@ window.currentVersion = null;
window.latestVersion = null;
window.latestStableVersion = null;
window.latestBetaVersion = null;
window.latestAlphaVersion = null;
window.latestRcVersion = null;
window.gitHubVersionList = null;
window.serverInfo = {};
window.serverSchema = {};