Prep for v5.6.0 release

pull/15/head
Oj18 3 years ago
parent 2e44b8c0d8
commit fd7fddc59c

@ -1,5 +1,11 @@
# GooseMod Changelog
## v5.6.0 [2020-12-07]
- ### Features
- Added import and remove confirmation toasts with local modules
## v5.5.0 [2020-12-06]
- ### Features

@ -99,7 +99,7 @@ const init = async function () {
this.disabledModules = {};
this.lastVersion = localStorage.getItem('goosemodLastVersion');
this.version = '5.5.0';
this.version = '5.6.0';
this.versionHash = '<hash>'; // Hash of built final js file is inserted here via build script
fetch('https://goosemod-api.netlify.app/injectVersion.json').then((x) => x.json().then((latestInjectVersionInfo) => {

Loading…
Cancel
Save