Release: Beta v0.9.2

pull/8/head
Ducko 4 years ago
parent 083d1d7595
commit f624d47982

@ -1,5 +1,13 @@
# GooseMod Changelog
## Beta v0.9.2
- ### Features
- #### Injector
- Reallow importing modules in embedded mode, but desktop client only
## Beta v0.9.1
- ### Features

@ -1,5 +1,5 @@
(async function () {
this.version = '0.9.1';
this.version = '0.9.2';
this.embedded = true;
const sleep = (ms) => new Promise(resolve => setTimeout(resolve, ms));

@ -1,5 +1,5 @@
(async function () {
this.version = '0.9.1';
this.version = '0.9.2';
this.embedded = false;
const sleep = (ms) => new Promise(resolve => setTimeout(resolve, ms));

Loading…
Cancel
Save