Skip to content

Commit

Permalink
chore: v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Mar 25, 2019
1 parent a54c55a commit 702f07c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.5",
"version": "5.0.0",
"description": "devtools for Vue.js!",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -86,4 +86,4 @@
"engines": {
"node": ">=8.10"
}
}
}
10 changes: 5 additions & 5 deletions shells/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "Vue.js devtools",
"version": "5.0.0.5",
"version_name": "5.0.0 beta 5",
"version": "5.0.0",
"version_name": "5.0.0",
"description": "Chrome and Firefox DevTools extension for debugging Vue.js applications.",
"manifest_version": 2,
"icons": {
"16": "icons/16-beta.png",
"48": "icons/48-beta.png",
"128": "icons/128-beta.png"
"16": "icons/16.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"browser_action": {
"default_icon": {
Expand Down

0 comments on commit 702f07c

Please sign in to comment.