From 14641ee3cd7ca433a37cecbae9afcd5c6c9febd0 Mon Sep 17 00:00:00 2001 From: KoloMl Date: Sat, 22 Jun 2024 15:37:19 +0400 Subject: [PATCH] Bumping version to `0.1.0` and changing the texts in manifest --- manifest.json | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 491babe..b89a1e5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,7 @@ { - "name": "Furbooru Tagging Assistant (Rewrite)", - "version": "0.0.1", + "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", "icons": { "16": "icon16.png", "48": "icon48.png", diff --git a/package.json b/package.json index 18ba995..011bf64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "furbooru-tagging-assistant", - "version": "0.0.1", + "version": "0.1.0", "private": true, "scripts": { "build": "npm run build:popup && npm run build:extension",