Skip to content

Commit

Permalink
chore: v5.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Mar 21, 2019
1 parent 426820b commit a31437e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.0-beta.4",
"version": "5.0.0-beta.5",
"description": "devtools for Vue.js!",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -85,4 +85,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.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,
"icons": {
Expand Down

0 comments on commit a31437e

Please sign in to comment.