1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-23 23:02:58 +00:00

Bumping version to 0.1.0 and changing the texts in manifest

This commit is contained in:
2024-06-22 15:37:19 +04:00
parent 83d6f64a5e
commit 14641ee3cd
2 changed files with 4 additions and 3 deletions

View File

@@ -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",

View File

@@ -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",