From 0e5a29769a595cec1e6539ebc8fec049cf291370 Mon Sep 17 00:00:00 2001 From: ZipFile Date: Tue, 13 Feb 2024 18:33:50 +0000 Subject: [PATCH] Bump version --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f8e461b..e25e054 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "upload-to-danbooru", - "version": "3.3.2", + "version": "3.3.3", "description": "Add a context menu option for images to upload to Danbooru.", "type": "module", "directories": { diff --git a/src/manifest.json b/src/manifest.json index 3938b35..b23352e 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Upload to Danbooru", "description": "Add a page action and a context menu option (for images) to upload to Danbooru.", - "version": "3.3.2", + "version": "3.3.3", "icons": { "16": "icons/icon16.png", "32": "icons/icon32.png",