Skip to content

Commit 702f07c

Browse files
author
Guillaume Chau
committed
chore: v5.0.0
1 parent a54c55a commit 702f07c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-devtools",
3-
"version": "5.0.0-beta.5",
3+
"version": "5.0.0",
44
"description": "devtools for Vue.js!",
55
"main": "index.js",
66
"scripts": {
@@ -86,4 +86,4 @@
8686
"engines": {
8787
"node": ">=8.10"
8888
}
89-
}
89+
}

shells/chrome/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "Vue.js devtools",
3-
"version": "5.0.0.5",
4-
"version_name": "5.0.0 beta 5",
3+
"version": "5.0.0",
4+
"version_name": "5.0.0",
55
"description": "Chrome and Firefox DevTools extension for debugging Vue.js applications.",
66
"manifest_version": 2,
77
"icons": {
8-
"16": "icons/16-beta.png",
9-
"48": "icons/48-beta.png",
10-
"128": "icons/128-beta.png"
8+
"16": "icons/16.png",
9+
"48": "icons/48.png",
10+
"128": "icons/128.png"
1111
},
1212
"browser_action": {
1313
"default_icon": {

0 commit comments

Comments
 (0)