diff --git a/chrome/manifest.json b/chrome/manifest.json index cc01345..dfc216f 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,6 +1,6 @@ { "name": "arxiv-utils", - "version": "1.7.1", + "version": "1.7.2", "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 905f4b5..5b9124f 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -1,6 +1,6 @@ { "name": "arxiv-utils", - "version": "1.7.1", + "version": "1.7.2", "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": { "scripts": [ "background.js" ]