From 0eba277f482196e51e58a208cde366757afa918f Mon Sep 17 00:00:00 2001 From: KoloMl Date: Sat, 30 Nov 2024 22:09:11 +0400 Subject: [PATCH] Bumped version to 0.3.3 --- 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 d88089d..0ec3a7d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Furbooru Tagging Assistant", "description": "Experimental extension with a set of tools to make the tagging faster and easier. Made specifically for Furbooru.", - "version": "0.3.2", + "version": "0.3.3", "browser_specific_settings": { "gecko": { "id": "furbooru-tagging-assistant@thecore.city" diff --git a/package-lock.json b/package-lock.json index 465fd63..50cf5af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "furbooru-tagging-assistant", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "furbooru-tagging-assistant", - "version": "0.3.2", + "version": "0.3.3", "dependencies": { "@fortawesome/fontawesome-free": "^6.7.1", "lz-string": "^1.5.0" diff --git a/package.json b/package.json index b871469..0817b99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "furbooru-tagging-assistant", - "version": "0.3.2", + "version": "0.3.3", "private": true, "scripts": { "build": "npm run build:popup && npm run build:extension",