From ef13d7d3e59f788cfba19860704a122896ac08e4 Mon Sep 17 00:00:00 2001 From: "Yoshiaki Ueda (bootjp)" Date: Thu, 16 Feb 2023 01:00:40 +0900 Subject: [PATCH 1/2] Update manifest.json Signed-off-by: Yoshiaki Ueda (bootjp) --- static/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/manifest.json b/static/manifest.json index 5a94a4a..154e870 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "SendVRC | VRChatにURLを送るやつ", - "version": "1.0.7", + "version": "1.1.1", "description": "Sends the URL to VRChat. send_vrc_desktop is required for one-click operation.", "action": { "default_icon": "icon.png", From 7a54df1b3933e8274ddcc7bd5dc9c1aa2ad21eb8 Mon Sep 17 00:00:00 2001 From: "Yoshiaki Ueda (bootjp)" Date: Thu, 16 Feb 2023 01:01:08 +0900 Subject: [PATCH 2/2] Update package.json Signed-off-by: Yoshiaki Ueda (bootjp) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d55e5b0..ff488c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "send_vrc", - "version": "1.0.7", + "version": "1.1.1", "description": "One click URL to VRChat", "main": "send.js", "scripts": {