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": {