mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 11:17:36 +00:00
Add beta to version number
This commit is contained in:
parent
0f9030c686
commit
b865862bdb
@ -227,7 +227,7 @@ class EmulatorJS {
|
||||
return parseInt(rv.join(""));
|
||||
}
|
||||
constructor(element, config) {
|
||||
this.ejs_version = "4.1.1";
|
||||
this.ejs_version = "4.2.0-beta";
|
||||
this.extensions = [];
|
||||
this.initControlVars();
|
||||
this.debug = (window.EJS_DEBUG_XX === true);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user