Skip to content

Commit a31437e

Browse files
author
Guillaume Chau
committed
chore: v5.0.0-beta.5
1 parent 426820b commit a31437e

File tree

2 files changed

+4
-4
lines changed

2 files changed

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

shells/chrome/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Vue.js devtools",
3-
"version": "5.0.0.4",
4-
"version_name": "5.0.0 beta 4",
3+
"version": "5.0.0.5",
4+
"version_name": "5.0.0 beta 5",
55
"description": "Chrome and Firefox DevTools extension for debugging Vue.js applications.",
66
"manifest_version": 2,
77
"icons": {

0 commit comments

Comments
 (0)