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

Merge remote-tracking branch 'origin/master' into v5

This commit is contained in:
Kushagra Gour
2019-07-18 15:34:02 +05:30
6 changed files with 11 additions and 7 deletions

View File

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