From d11cc2a9c57241f564478bfc954931b7dc07e20d Mon Sep 17 00:00:00 2001 From: KoloMl Date: Thu, 26 Feb 2026 04:27:01 +0400 Subject: [PATCH] Bumped version to 0.6.1 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index f9e4949..492076b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Furbooru Tagging Assistant", "description": "Small experimental extension for slightly quicker tagging experience. Furbooru Edition.", - "version": "0.6.0.1", + "version": "0.6.1", "browser_specific_settings": { "gecko": { "id": "furbooru-tagging-assistant@thecore.city", diff --git a/package-lock.json b/package-lock.json index 17abb08..49fa2ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "furbooru-tagging-assistant", - "version": "0.6.0.1", + "version": "0.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "furbooru-tagging-assistant", - "version": "0.6.0.1", + "version": "0.6.1", "dependencies": { "@fortawesome/fontawesome-free": "^7.2.0", "@sveltejs/adapter-static": "^3.0.10", diff --git a/package.json b/package.json index 23a3fea..e2c0439 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "furbooru-tagging-assistant", - "version": "0.6.0.1", + "version": "0.6.1", "private": true, "type": "module", "scripts": {