From b47a5727accda1ba86b3cc011e1cb37e59d2998a Mon Sep 17 00:00:00 2001 From: Thai Pangsakulyanont Date: Sat, 4 Apr 2020 15:14:26 +0700 Subject: [PATCH] 0.5.0 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",