Skip to content

Commit

Permalink
1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
karakanb committed Aug 4, 2021
1 parent 4393cd3 commit 7bb30d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devo",
"version": "1.9.3",
"version": "1.9.4",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
6 changes: 4 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "GitHub Trending, Hacker News and Product Hunt, on every new tab!",
"author": "Burak Karakan",
"short_name": "Devo",
"version": "1.9.3",
"version": "1.9.4",
"manifest_version": 2,
"icons": {
"16": "icons/icon-16.png",
Expand All @@ -17,7 +17,9 @@
"newtab": "index.html"
},
"background": {
"scripts": ["background.js"],
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
Expand Down

0 comments on commit 7bb30d0

Please sign in to comment.