From 1f1bf7694152ddf134f8dd6715560782485c2f98 Mon Sep 17 00:00:00 2001 From: wagesj45 Date: Sat, 23 Aug 2025 23:11:25 -0500 Subject: [PATCH] chore(release): sync manifest version 0.3.1 and update updates.json --- manifest.json | 2 +- releases/updates.json | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7e494f9..4d36695 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Archive.org Link Grabber", - "version": "0.3.0", + "version": "0.3.1", "description": "Filter and export archive.org /download links; copy or send to aria2 RPC.", "applications": { "gecko": { diff --git a/releases/updates.json b/releases/updates.json index b64c760..8bac4a6 100644 --- a/releases/updates.json +++ b/releases/updates.json @@ -28,6 +28,15 @@ "strict_min_version": "91.0" } } + }, + { + "version": "0.3.1", + "update_link": "https://add-ons.jordanwages.com/archive-org-link-grabber/abf5f9638af544919be4-0.3.1.xpi", + "applications": { + "gecko": { + "strict_min_version": "91.0" + } + } } ] }