[Chore] Prep v6.0.1 for release

pull/36/head
Oj18 3 years ago
parent a55cb3e944
commit f88f3cf5db

@ -1,5 +1,11 @@
# GooseMod Changelog
## v6.0.1 [2021-01-22]
- ### Fixes
- Fixed sometimes failing to parse authors for some modules using ID(s) as author
## v6.0.0 [2021-01-15]
- ### UI Improvements

@ -105,7 +105,7 @@ const init = async function () {
this.disabledModules = {};
this.lastVersion = localStorage.getItem('goosemodLastVersion');
this.version = '6.0.0';
this.version = '6.0.1';
this.versionHash = '<hash>'; // Hash of built final js file is inserted here via build script
fetch(`${this.moduleStoreAPI.apiBaseURL}/injectVersion.json`).then((x) => x.json().then((latestInjectVersionInfo) => {

Loading…
Cancel
Save