Skip to content

Commit 4cd3209

Browse files
author
Guillaume Chau
committed
chore: v5.0.0-beta.1
1 parent ef0fe7e commit 4cd3209

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": "4.1.5",
3+
"version": "5.0.0-beta.1",
44
"description": "devtools for Vue.js!",
55
"main": "index.js",
66
"scripts": {
@@ -84,4 +84,4 @@
8484
"engines": {
8585
"node": ">=8.10"
8686
}
87-
}
87+
}

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": "4.1.5",
4-
"version_name": "4.1.5",
3+
"version": "5.0.0.1",
4+
"version_name": "5.0.0 beta 1",
55
"description": "Chrome and Firefox DevTools extension for debugging Vue.js applications.",
66
"manifest_version": 2,
77
"icons": {
8-
"16": "icons/16.png",
9-
"48": "icons/48.png",
10-
"128": "icons/128.png"
8+
"16": "icons/16-beta.png",
9+
"48": "icons/48-beta.png",
10+
"128": "icons/128-beta.png"
1111
},
1212
"browser_action": {
1313
"default_icon": {

0 commit comments

Comments
 (0)