From 0bf16487145780684eff45e2432e11c96b366dca Mon Sep 17 00:00:00 2001 From: Johnson Sun Date: Sun, 4 Aug 2024 20:29:33 +0800 Subject: [PATCH] build: Bump version numbers to v1.8.5 --- chrome/manifest.json | 2 +- firefox/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"