From f60b99d0c67defb1ac865497e83835fd1fc11838 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Wed, 11 Apr 2018 10:18:56 +0530 Subject: [PATCH] bump to 3.0.4 --- package.json | 9 +---- src/manifest.json | 2 +- src/options.html | 72 ++++++++++++++++++++---------------- src/partials/help-modal.html | 5 +-- src/script.js | 2 +- 5 files changed, 46 insertions(+), 44 deletions(-) diff --git a/package.json b/package.json index b602fea..0415552 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-maker", - "version": "3.0.3", + "version": "3.0.4", "description": "A blazing fast & offline web playground", "main": "index.html", "devDependencies": { @@ -23,12 +23,7 @@ "type": "git", "url": "git+https://github.com/chinchang/web-maker.git" }, - "keywords": [ - "frontend", - "playground", - "web", - "editor" - ], + "keywords": ["frontend", "playground", "web", "editor"], "author": "Kushagra Gour", "license": "MIT", "bugs": { diff --git a/src/manifest.json b/src/manifest.json index ec1a5f7..0e94991 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Web Maker", - "version": "3.0.3", + "version": "3.0.4", "manifest_version": 2, "description": "Blazing fast & offline playground for your web experiments", "homepage_url": "https://webmakerapp.com", diff --git a/src/options.html b/src/options.html index 2491634..1dd85dd 100644 --- a/src/options.html +++ b/src/options.html @@ -1,44 +1,51 @@ -Settings - Web Maker - + + + Settings - Web Maker + + -

Settings - v3.0.3

+

Settings + + v3.0.4 +

 
@@ -47,4 +54,5 @@ + diff --git a/src/partials/help-modal.html b/src/partials/help-modal.html index 5abdb3d..f30a628 100644 --- a/src/partials/help-modal.html +++ b/src/partials/help-modal.html @@ -6,7 +6,7 @@

Web Maker
- v3.0.3 + v3.0.4

@@ -18,8 +18,7 @@

Tweet out your feature requests, comments & suggestions to @webmakerApp.

Like this extension? Please - rate it here.

+ rate it here.

diff --git a/src/script.js b/src/script.js index 69a4ced..1a6dc7b 100644 --- a/src/script.js +++ b/src/script.js @@ -14,7 +14,7 @@ loginModal, profileModal, profileAvatarImg, profileUserName, openItemsBtn, askTo (function(alertsService, itemService) { /* eslint-enable no-extra-semi */ var scope = scope || {}; - var version = '3.0.3'; + var version = '3.0.4'; if (window.DEBUG) { window.scope = scope;