We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426820b commit a31437eCopy full SHA for a31437e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-devtools",
3
- "version": "5.0.0-beta.4",
+ "version": "5.0.0-beta.5",
4
"description": "devtools for Vue.js!",
5
"main": "index.js",
6
"scripts": {
@@ -85,4 +85,4 @@
85
"engines": {
86
"node": ">=8.10"
87
}
88
-}
+}
shells/chrome/manifest.json
@@ -1,7 +1,7 @@
"name": "Vue.js devtools",
- "version": "5.0.0.4",
- "version_name": "5.0.0 beta 4",
+ "version": "5.0.0.5",
+ "version_name": "5.0.0 beta 5",
"description": "Chrome and Firefox DevTools extension for debugging Vue.js applications.",
"manifest_version": 2,
7
"icons": {
0 commit comments