diff --git a/manifest.json b/manifest.json index 7ae13d8..63b7471 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "vx", "description": "This extension listens to you and copies what you said to the clipboard.", - "version": "0.4.0", + "version": "0.5.0", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "commands": { "listen1": { diff --git a/package.json b/package.json index bbd09cc..2415c2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vx-chrome", - "version": "0.4.0", + "version": "0.5.0", "dependencies": {}, "devDependencies": { "@tailwindcss/custom-forms": "^0.2.1",