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

Bump version to 0.2.1

This commit is contained in:
2024-08-10 15:09:51 +04:00
parent 25fe769a1e
commit 4ca84b0c14
2 changed files with 2 additions and 2 deletions

View File

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

View File

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