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 89121fe commit cc43e3cCopy full SHA for cc43e3c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-devtools",
3
- "version": "4.1.5-beta.1",
+ "version": "4.1.5-beta.2",
4
"description": "devtools for Vue.js!",
5
"main": "index.js",
6
"scripts": {
shells/chrome/manifest.json
@@ -1,13 +1,13 @@
"name": "Vue.js devtools",
- "version": "4.1.5.1",
+ "version": "4.1.5.2",
"version_name": "4.1.5 beta",
"description": "Chrome and Firefox DevTools extension for debugging Vue.js applications.",
"manifest_version": 2,
7
"icons": {
8
- "16": "icons/16.png",
9
- "48": "icons/48.png",
10
- "128": "icons/128.png"
+ "16": "icons/16-beta.png",
+ "48": "icons/48-beta.png",
+ "128": "icons/128-beta.png"
11
},
12
"browser_action": {
13
"default_icon": {
0 commit comments