From 4ca84b0c14160035543b82b5d7781ee642657115 Mon Sep 17 00:00:00 2001 From: KoloMl Date: Sat, 10 Aug 2024 15:09:51 +0400 Subject: [PATCH] Bump version to 0.2.1 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 0c93ab8..0da50e3 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.2.0.1", + "version": "0.2.1", "browser_specific_settings": { "gecko": { "id": "furbooru-tagging-assistant@thecore.city" diff --git a/package.json b/package.json index 80072b5..7043b9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "furbooru-tagging-assistant", - "version": "0.2.0.1", + "version": "0.2.1", "private": true, "scripts": { "build": "npm run build:popup && npm run build:extension",