From 4907efdaab5eaa2cbd341facdeba912bea5a3ac2 Mon Sep 17 00:00:00 2001 From: KoloMl Date: Wed, 13 Aug 2025 17:50:31 +0400 Subject: [PATCH] Bumped version to 0.5.1 --- manifest.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 0a8c657..d04d455 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.5.0", + "version": "0.5.1", "browser_specific_settings": { "gecko": { "id": "furbooru-tagging-assistant@thecore.city" diff --git a/package-lock.json b/package-lock.json index 2acab45..6e95786 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "furbooru-tagging-assistant", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index ef887c7..35d2735 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "furbooru-tagging-assistant", - "version": "0.5.0", + "version": "0.5.1", "private": true, "scripts": { "build": "npm run build:popup && npm run build:extension",