Skip to content

Commit

Permalink
chore: v4.1.5-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Jul 30, 2018
1 parent 89121fe commit cc43e3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-devtools",
"version": "4.1.5-beta.1",
"version": "4.1.5-beta.2",
"description": "devtools for Vue.js!",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions shells/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -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,
"icons": {
"16": "icons/16.png",
"48": "icons/48.png",
"128": "icons/128.png"
"16": "icons/16-beta.png",
"48": "icons/48-beta.png",
"128": "icons/128-beta.png"
},
"browser_action": {
"default_icon": {
Expand Down

0 comments on commit cc43e3c

Please sign in to comment.