1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-16 15:19:46 +02:00

bump to 2.4

This commit is contained in:
Kushagra Gour 2017-03-12 02:25:07 +05:30
parent 6fe592fa88
commit b514a3663c
2 changed files with 2 additions and 2 deletions

@ -1,6 +1,6 @@
{
"name": "Web Maker",
"version": "2.3.2",
"version": "2.4.0",
"manifest_version": 2,
"description": "Blazing fast & offline playground for your web experiments",
"homepage_url": "https://kushagragour.in/lab/web-maker",

@ -10,7 +10,7 @@ onboardDontShowInTabOptionBtn, TextareaAutoComplete, savedItemCountEl */
/* eslint-enable no-extra-semi */
var scope = scope || {};
var version = '2.3.2';
var version = '2.4.0';
if (window.DEBUG) {
window.scope = scope;