From 374b7775142cbf795f340b06541fff4178654acf Mon Sep 17 00:00:00 2001 From: wagesj45 Date: Sat, 23 Aug 2025 00:02:03 -0500 Subject: [PATCH] chore: ignore .amo-upload-uuid and commit manifest version sync --- .gitignore | 3 +++ manifest.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 12e58ee..fd6a0b3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,6 @@ node_modules/ # Ignore all release artifacts except updates.json (tracked) releases/* !releases/updates.json + +# Web-ext/AMO signing upload cache (not needed in repo) +.amo-upload-uuid diff --git a/manifest.json b/manifest.json index 49d8842..f6892ad 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Archive.org Link Grabber", - "version": "0.1.1", + "version": "0.1.2", "description": "Filter and export archive.org /download links; copy or send to aria2 RPC.", "applications": { "gecko": {