This commit is contained in:
Ethan O'Brien 2022-08-10 12:17:50 -05:00
parent 19980deb12
commit 37d4950557
3 changed files with 3 additions and 3 deletions

View file

@ -6338,7 +6338,7 @@ window.EJS_main = function(_0xa88a13, _0x17edbf, _0x2c1832) {
} }
return path return path
} }
this.version = '2.2.1'; this.version = '2.2.3';
this.system = ''; this.system = '';
this.adUrl = null; this.adUrl = null;
this.gameName = null; this.gameName = null;

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
(async function() { (async function() {
var VERSION = 2.2; var VERSION = 2.3;
if ((window.location && ['localhost', '127.0.0.1'].includes(location.hostname)) || if ((window.location && ['localhost', '127.0.0.1'].includes(location.hostname)) ||
'undefined' != typeof EJS_DEBUG_XX && true === EJS_DEBUG_XX) { 'undefined' != typeof EJS_DEBUG_XX && true === EJS_DEBUG_XX) {
fetch('https://raw.githack.com/ethanaobrien/emulatorjs/main/data/version.json').then(response => { fetch('https://raw.githack.com/ethanaobrien/emulatorjs/main/data/version.json').then(response => {