From d2140c6eee47cbf9d961d828329dae0c1f405793 Mon Sep 17 00:00:00 2001 From: KoloMl Date: Thu, 27 Jun 2024 02:04:45 +0400 Subject: [PATCH] Bumping version to 0.1.1 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index b89a1e5..01fbe9e 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.1.0", + "version": "0.1.1", "icons": { "16": "icon16.png", "48": "icon48.png", diff --git a/package.json b/package.json index 011bf64..a194793 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "furbooru-tagging-assistant", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "build": "npm run build:popup && npm run build:extension",