From 3ac158b5a07952fc30bd82f39b503e8082075bbd Mon Sep 17 00:00:00 2001 From: Antony Kellermann Date: Mon, 1 Apr 2024 19:38:01 -0400 Subject: [PATCH] v0.2.3 --- manifests/chromium/manifest.json | 5 +++-- manifests/firefox/manifest.json | 2 +- updates/chromium.xml | 1 + updates/firefox.json | 4 ++++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/manifests/chromium/manifest.json b/manifests/chromium/manifest.json index a66e469..28d919c 100644 --- a/manifests/chromium/manifest.json +++ b/manifests/chromium/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Nexus Now!", "short_name": "nexus-now", - "version": "0.2.2", + "version": "0.2.3", "author": "Antony Kellermann", "homepage_url": "https://github.com/aokellermann/nexus-now", "description": "Access scientific literature using nexus.", @@ -43,5 +43,6 @@ "options_ui": { "page": "options.html" }, - "update_url": "https://raw.githubusercontent.com/aokellermann/nexus-now/master/updates/chromium.xml" + "update_url": "https://raw.githubusercontent.com/aokellermann/nexus-now/master/updates/chromium.xml", + "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXmbq3FzG914o1ZyzWYJIhOXSQwXhFSvff84rgO3TnT1i/TwrDKF3Dd6v2HU4J7DAHawg5WZRoLSFEnfJjvoHyckgu1h7qnNfZ1+guKCbFRwbU3/B4F4xCVsZrZgzgRdDGHbbgWrMc+C3G4DAv3dR/j4vQ6rDDoOHxhWOB82+NjHhHexC0bNfpo2b0KUyZUIltzGzJf5+MbQcxSNzY/7xtFJATSRWCbWdgt3pMnxk+VsES7iTe71iuIuN0vKK9EWxTh639AP6TfN3IFezCY1kW4lY5SiVceQDCr1dD1SjwYU7Knzt5DQ0HP/E8yQ9LJk8LbPBV3GtFtAg/Sfh4QbAbUpDcswuNO+yuUX7qrVa85Ho+axx6vF3ZEXExwWtG+J/WJasQfWrjQWMJjCacKWIyycli03k3bnimRUK5UIVIn4ghg9lJSZWXM/so5NbnfNY8NSImDN2dLTiBBXFxe+TaA9FL+zRC45vU9vlVzJ6IdzIAlgZb2xmHD9nWqlLzhds= aokellermann@arch" } diff --git a/manifests/firefox/manifest.json b/manifests/firefox/manifest.json index 8f5d0fd..57018fb 100644 --- a/manifests/firefox/manifest.json +++ b/manifests/firefox/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Nexus Now!", "short_name": "nexus-now", - "version": "0.2.2", + "version": "0.2.3", "author": "Antony Kellermann", "homepage_url": "https://github.com/aokellermann/nexus-now", "description": "Access scientific literature using nexus.", diff --git a/updates/chromium.xml b/updates/chromium.xml index 0b62848..858dd80 100644 --- a/updates/chromium.xml +++ b/updates/chromium.xml @@ -3,5 +3,6 @@ + diff --git a/updates/firefox.json b/updates/firefox.json index ff3f047..51443ee 100644 --- a/updates/firefox.json +++ b/updates/firefox.json @@ -9,6 +9,10 @@ { "version": "0.2.2", "update_link": "https://github.com/aokellermann/nexus-now/releases/download/v0.2.2/nexus-now_0.2.2_firefox.xpi" + }, + { + "version": "0.2.3", + "update_link": "https://github.com/aokellermann/nexus-now/releases/download/v0.2.3/nexus-now_0.2.3_firefox.xpi" } ] }