Version 0.4.23-07

This commit is contained in:
Ethan O'Brien 2021-11-25 17:22:00 -06:00
parent 9ca9594bc8
commit 48cdc75d5f
4 changed files with 125 additions and 78 deletions

File diff suppressed because one or more lines are too long

BIN
data/libunrar.js.mem Normal file

Binary file not shown.

View file

@ -2,7 +2,7 @@ fetch('https://raw.githack.com/ethanaobrien/emulatorjs/main/data/version.json').
if (response.ok) { if (response.ok) {
response.text().then(body => { response.text().then(body => {
var version = JSON.parse(body); var version = JSON.parse(body);
var usingVersion = '0.4.23-05'; var usingVersion = '0.4.23-07';
if (usingVersion != version.current_version) { if (usingVersion != version.current_version) {
console.log('Using emulatorjs version ' + usingVersion + ' but the newest version is ' + version.current_version + '\n\nopen https://github.com/ethanaobrien/emulatorjs to update'); console.log('Using emulatorjs version ' + usingVersion + ' but the newest version is ' + version.current_version + '\n\nopen https://github.com/ethanaobrien/emulatorjs to update');
}; };

View file

@ -1 +1 @@
{ "current_version": "0.4.23-05"} { "current_version": "0.4.23-07"}