1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-31 18:50:14 +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

@@ -1,6 +1,6 @@
{
"name": "web-maker",
"version": "4.0.1",
"version": "4.0.2",
"description": "A blazing fast & offline web playground",
"scripts": {
"start": "npm run -s dev && gulp start-preview-server",

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 = {};

View File

@@ -1,6 +1,6 @@
{
"name": "Web Maker",
"version": "4.0.1",
"version": "4.0.2",
"manifest_version": 2,
"description": "Blazing fast & offline playground for your web experiments",
"homepage_url": "https://webmaker.app",