less extreme message for auto-update migration

Turns out the old auto-update system shows the new version number. 100 looks weird and may be alarming to some users. Instead, use 1.1.0 (which will surely come soon for real anyway).
This commit is contained in:
trevj 2018-05-14 10:04:10 -04:00 committed by GitHub
parent 479b2fea36
commit aec23ff046
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,24 +1,24 @@
{
"__COMMENTS__": [
"There is no version 100; this file exists now only to prompt users of versions 1.0.5 and ",
"This file exists now only to prompt users of versions 1.0.5 and ",
"earlier to update to the latest, auto-updates-by-electron-builder, version."
],
"latestVersions": {
"outline-manager-darwin-x64": {
"location": "https://raw.githubusercontent.com/Jigsaw-Code/outline-releases/master/manager/Outline-Manager.dmg",
"version": "100.0.0"
"version": "1.1.0"
},
"outline-manager-linux-ia32": {
"location": "https://raw.githubusercontent.com/Jigsaw-Code/outline-releases/master/manager/Outline-Manager.AppImage",
"version": "100.0.0"
"version": "1.1.0"
},
"outline-manager-linux-x64": {
"location": "https://raw.githubusercontent.com/Jigsaw-Code/outline-releases/master/manager/Outline-Manager.AppImage",
"version": "100.0.0"
"version": "1.1.0"
},
"outline-manager-win32-ia32": {
"location": "https://raw.githubusercontent.com/Jigsaw-Code/outline-releases/master/manager/Outline-Manager.exe",
"version": "100.0.0"
"version": "1.1.0"
}
}
}