Bump version

This commit is contained in:
Ethan O'Brien 2023-07-19 10:02:28 -05:00
parent 74fbb0644f
commit d3927c6fe2
2 changed files with 3 additions and 3 deletions

View file

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

View file

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