diff --git a/package.json b/package.json index d58a27b..cebc741 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "scboloo", - "version": "0.2.0", + "version": "0.2.1", "main": "index.js", "repository": "git@github.com:pastak/scboloo.git", "author": "pastak ", "license": "MIT", "scripts": { - "clean": "rm -rf dist/{chrome,firefox,firefox-v50,common}/* && rm -rf packages/* ", + "clean": "rm -rf dist/{chrome,firefox,firefox-v50,common,msedge}/* && rm -rf packages/* ", "build": "./node_modules/.bin/webpack --config webpack.config.js", "build:msedge": "./node_modules/.bin/webpack --config webpack.msedge.config.js", "build:firefox:v50": "./node_modules/.bin/webpack --config webpack.firefox-v50.config.js", diff --git a/src/manifest.json b/src/manifest.json index 5437d0e..dfaf717 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "name": "Scboloo", "description": "easy way to post webpage to scrapbox.io", "author": "pastak", - "version": "0.2.0", + "version": "0.2.1", "permissions": [ "", "activeTab",