diff --git a/package.json b/package.json index 9eaff679c..0dab38e29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-devtools", - "version": "4.1.5-beta.2", + "version": "4.1.5", "description": "devtools for Vue.js!", "main": "index.js", "scripts": { @@ -13,7 +13,7 @@ "zip": "npm run zip:chrome && npm run zip:firefox", "zip:chrome": "cd shells && zip -r -FS ../dist/chrome.zip chrome -x *src/* -x *webpack.config.js", "zip:firefox": "web-ext build -s shells/chrome -a dist -i src --overwrite-dest", - "sign:firefox": "web-ext sign -s shells/chrome -a dist -i src --id {f0beaa66-17d0-42e9-b1c9-c52da6252db8}", + "sign:firefox": "cross-env WEB_EXT_API_KEY=VUE_DEVTOOLS_AMO_KEY WEB_EXT_API_SECRET=VUE_DEVTOOLS_AMO_SECRET web-ext sign -s shells/chrome -a dist -i src --id {f0beaa66-17d0-42e9-b1c9-c52da6252db8}", "release": "node release.js && npm run test && npm run build && npm run zip", "release:beta": "cross-env RELEASE_CHANNEL=beta npm run release && npm run sign:firefox", "test": "npm run lint && npm run test:e2e", diff --git a/shells/chrome/manifest.json b/shells/chrome/manifest.json index a18c188ab..367d3f40a 100644 --- a/shells/chrome/manifest.json +++ b/shells/chrome/manifest.json @@ -1,13 +1,13 @@ { "name": "Vue.js devtools", - "version": "4.1.5.2", + "version": "4.1.5", "version_name": "4.1.5 beta", "description": "Chrome and Firefox DevTools extension for debugging Vue.js applications.", "manifest_version": 2, "icons": { - "16": "icons/16-beta.png", - "48": "icons/48-beta.png", - "128": "icons/128-beta.png" + "16": "icons/16.png", + "48": "icons/48.png", + "128": "icons/128.png" }, "browser_action": { "default_icon": {