1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-30 14:11:10 +02:00

bump to 2.4.2

This commit is contained in:
Kushagra Gour 2017-04-02 15:47:01 +05:30
parent d322423ec2
commit 089f3ed0ea
2 changed files with 2 additions and 2 deletions

View File

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

View File

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