From dc3bce7fc1399ad0d02eefca0b1e011f2076dfa2 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Mon, 25 May 2026 17:37:10 -0400 Subject: [PATCH] =?UTF-8?q?chore(ext):=20bump=20to=201.0.1=20to=20trigger?= =?UTF-8?q?=20initial=20sign-and-publish=20=E2=80=94=20Co-Authored-By:=20C?= =?UTF-8?q?laude=20Opus=204.7=20(1M=20context)=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extension/manifest.json | 2 +- extension/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/manifest.json b/extension/manifest.json index 92b18d9..bf740eb 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "FabledCurator", - "version": "1.0.0", + "version": "1.0.1", "description": "Export cookies from supported platforms to FabledCurator and add creators as sources in one click.", "browser_specific_settings": { diff --git a/extension/package.json b/extension/package.json index 1a0bb06..181bb0f 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,6 +1,6 @@ { "name": "fabledcurator-extension", - "version": "1.0.0", + "version": "1.0.1", "private": true, "description": "Firefox extension for FabledCurator", "scripts": {