diff --git a/chrome/manifest.json b/chrome/manifest.json index fd839cb..39ad461 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,6 +1,6 @@ { "name": "arxiv-utils", - "version": "1.8.4", + "version": "1.8.5", "description": "Easy access on ArXiv! Rename the title to the paper's title. Add a button to navigate easily. Download PDF with meaningful filename.", "background": { "service_worker": "background.js", diff --git a/firefox/manifest.json b/firefox/manifest.json index fdc2db1..0f8a184 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -1,6 +1,6 @@ { "name": "arxiv-utils", - "version": "1.8.4", + "version": "1.8.5", "description": "Easy access on ArXiv! Rename the title to the paper's title. Add a button to navigate easily. Download PDF with meaningful filename.", "background": { "page": "background.html"