From 67d66bf9e504259f52abc3affe89ecdfa6bc2f35 Mon Sep 17 00:00:00 2001 From: Thai Pangsakulyanont Date: Sat, 4 Apr 2020 15:36:05 +0700 Subject: [PATCH] 0.5.1 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 9c4abbc..064aca2 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.5.0", + "version": "0.5.1", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "commands": { "listen1": { diff --git a/package.json b/package.json index 2415c2f..fa9a00a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vx-chrome", - "version": "0.5.0", + "version": "0.5.1", "dependencies": {}, "devDependencies": { "@tailwindcss/custom-forms": "^0.2.1",