Bump version

This commit is contained in:
Ethan O'Brien 2023-07-19 10:02:28 -05:00
parent 5d4fd8268d
commit 43294e20d0
3 changed files with 4 additions and 4 deletions

View file

@ -169,8 +169,8 @@ class EmulatorJS {
})
}
constructor(element, config) {
this.ejs_version = "4.0.1";
this.ejs_num_version = 40.1;
this.ejs_version = "4.0.2";
this.ejs_num_version = 40.2;
this.debug = (window.EJS_DEBUG_XX === true);
if (this.debug || (window.location && ['localhost', '127.0.0.1'].includes(location.hostname))) this.checkForUpdates();
this.netplay = false; //DO NOT ENABLE UNLESS YOU KNOW WHAT YOU'RE DOING

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
{ "current_version": 40.1 }
{ "current_version": 40.2 }