diff --git a/manifest.json b/manifest.json index 77c033a..58bf932 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.1", + "version": "0.3.0", "browser_specific_settings": { "gecko": { "id": "furbooru-tagging-assistant@thecore.city" diff --git a/package.json b/package.json index 7043b9a..fc7b041 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "furbooru-tagging-assistant", - "version": "0.2.1", + "version": "0.3.0", "private": true, "scripts": { "build": "npm run build:popup && npm run build:extension",