Skip to content

Commit

Permalink
chore: v5.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Sep 17, 2018
1 parent 99ab54a commit 4fe7c84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "devtools for Vue.js!",
"main": "index.js",
"scripts": {
Expand Down
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.2",
"version_name": "5.0.0 beta 2",
"version": "5.0.0.3",
"version_name": "5.0.0 beta 3",
"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.0-beta.2",
"version": "5.0.0-beta.3",
"description": "StandAlone vue-devtools",
"repository": {
"url": "https://github.com/vuejs/vue-devtools.git",
Expand Down

0 comments on commit 4fe7c84

Please sign in to comment.