1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-28 17:20:13 +02:00

5.0.1 add changelog

This commit is contained in:
Kushagra Gour
2022-07-21 13:38:14 +05:30
parent 72e5d12a30
commit 38ce9ef8fc
4 changed files with 8 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ const LocalStorageKeys = {
ASKED_TO_IMPORT_CREATIONS: 'askedToImportCreations'
};
const UNSAVED_WARNING_COUNT = 15;
const version = '5.0.0';
const version = '5.0.1';
// Read forced settings as query parameters
window.forcedSettings = {};