From d3927c6fe2fe83657e98ac52f5f903b1e0d6f8b4 Mon Sep 17 00:00:00 2001 From: Ethan O'Brien <77750390+ethanaobrien@users.noreply.github.com> Date: Wed, 19 Jul 2023 10:02:28 -0500 Subject: [PATCH] Bump version --- data/emulator.js | 4 ++-- data/version.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }