Bump version

This commit is contained in:
Ethan O'Brien 2022-03-15 21:25:56 -05:00
parent 715ded4ae2
commit b68b09483b
4 changed files with 4 additions and 4 deletions

View file

@ -6276,7 +6276,7 @@ window.EJS_main = function(_0xa88a13, _0x17edbf, _0x2c1832) {
var a = function(_0x154660, _0x15626f) {
if (!(_0x154660 instanceof _0x15626f)) throw new TypeError('Cannot call a class as a function');
}(this, _0x6954aa);
this.version = '1.1.0';
this.version = '1.1.2';
this.system = '';
this.adUrl = null;
this.gameName = null;

2
data/emu-min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
(async function() {
var VERSION = 1.1;
var VERSION = 1.2;
if (window.location && ['localhost', '127.0.0.1'].includes(location.hostname)) {
fetch('https://raw.githack.com/ethanaobrien/emulatorjs/main/data/version.json').then(response => {
if (response.ok) {

View file

@ -1 +1 @@
{ "current_version": 1.1 }
{ "current_version": 1.2 }