From ecd0a284ae14b00dafcbe5fbdfcc031e4c331838 Mon Sep 17 00:00:00 2001 From: Johnson Sun Date: Sun, 8 Oct 2023 20:08:11 +0800 Subject: [PATCH] Bump version numbers to v1.8.0 --- 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 c0809a4..20f6258 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,6 +1,6 @@ { "name": "arxiv-utils", - "version": "1.7.4", + "version": "1.8.0", "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 219ed1d..aef93c5 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -1,6 +1,6 @@ { "name": "arxiv-utils", - "version": "1.7.4", + "version": "1.8.0", "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" ]