[Release Prep] v9.2.0

pull/43/head
Oj18 3 years ago
parent 9cf5bed99d
commit 853915a76b

@ -1,6 +1,6 @@
# GooseMod Changelog
## v9.2.0-dev [2021-06-26]
## v9.2.0 [2021-06-26]
- ### Backup System
- **New backup system.** There is a new backup system in GooseMod settings allowing you to backup your modules and settings. Backing up produces a backup file which you can then use to restore later on.

@ -107,7 +107,7 @@ const init = async function () {
}
this.versioning = {
version: '9.2.0-dev',
version: '9.2.0',
hash: '<hash>', // Hash of built final js file is inserted here via build script
lastUsedVersion: localStorage.getItem('goosemodLastVersion')

Loading…
Cancel
Save