Skip to content

Commit cc43e3c

Browse files
author
Guillaume Chau
committed
chore: v4.1.5-beta.2
1 parent 89121fe commit cc43e3c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-devtools",
3-
"version": "4.1.5-beta.1",
3+
"version": "4.1.5-beta.2",
44
"description": "devtools for Vue.js!",
55
"main": "index.js",
66
"scripts": {

shells/chrome/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "Vue.js devtools",
3-
"version": "4.1.5.1",
3+
"version": "4.1.5.2",
44
"version_name": "4.1.5 beta",
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)