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

bump to 4.0.2

This commit is contained in:
Kushagra Gour
2019-06-26 17:40:46 +05:30
parent a2d2aed669
commit e16b6795f1
3 changed files with 3 additions and 3 deletions

View File

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