Skip to content

Commit

Permalink
chore: v5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Apr 5, 2019
1 parent 9303ba2 commit ddfea6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-devtools",
"version": "5.0.6",
"version": "5.0.7",
"description": "devtools for Vue.js!",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -86,4 +86,4 @@
"engines": {
"node": ">=8.10"
}
}
}
4 changes: 2 additions & 2 deletions shells/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Vue.js devtools",
"version": "5.0.6",
"version_name": "5.0.6",
"version": "5.0.7",
"version_name": "5.0.7",
"description": "Chrome and Firefox DevTools extension for debugging Vue.js applications.",
"manifest_version": 2,
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion shells/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/devtools",
"version": "5.0.6",
"version": "5.0.7",
"description": "StandAlone vue-devtools",
"repository": {
"url": "https://github.com/vuejs/vue-devtools.git",
Expand Down

0 comments on commit ddfea6c

Please sign in to comment.