diff --git a/data/emulator.js b/data/emulator.js index a00add0..5ff807a 100644 --- a/data/emulator.js +++ b/data/emulator.js @@ -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 diff --git a/data/version.json b/data/version.json index 522e0c4..ac39376 100644 --- a/data/version.json +++ b/data/version.json @@ -1 +1 @@ -{ "current_version": 40.1 } +{ "current_version": 40.2 }