Skip to content

Commit

Permalink
chore: v4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Aug 9, 2018
1 parent b56353a commit fc78b7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions shells/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit fc78b7b

Please sign in to comment.