Skip to content

Commit

Permalink
chore: v5.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Sep 16, 2018
1 parent b5cf823 commit 215e49f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1",
"version": "5.0.0-beta.2",
"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.1",
"version_name": "5.0.0 beta 1",
"version": "5.0.0.2",
"version_name": "5.0.0 beta 2",
"description": "Chrome and Firefox DevTools extension for debugging Vue.js applications.",
"manifest_version": 2,
"icons": {
Expand Down

4 comments on commit 215e49f

@rigor789
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Akryum any chance that @vue/devtools will get pushed to npm with the beta.2 changes?

@Akryum
Copy link
Member

@Akryum Akryum commented on 215e49f Sep 17, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, forgot to do that. 😸

@Akryum
Copy link
Member

@Akryum Akryum commented on 215e49f Sep 17, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rigor789
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.