From 32d37817cc242a768d6c78c19c3815c8fbba97cb Mon Sep 17 00:00:00 2001 From: sambarza Date: Mon, 23 Oct 2023 22:16:49 +0200 Subject: [PATCH] Fix plugin_url --- plugin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.json b/plugin.json index 21048a0..5643d27 100644 --- a/plugin.json +++ b/plugin.json @@ -1,10 +1,10 @@ { "name": "Debug Server for VSCode", - "version": "0.0.4", + "version": "0.0.5", "description": "Visual Studio Code debug server for Cheshire Cat", "author_name": "sambarza@gmail.com", - "author_url": "https://mywebsite.me", - "plugin_url": "https://github.com/my_name/vcc-vscode-debugpy", + "author_url": "https://github.com/sambarza", + "plugin_url": "https://github.com/sambarza/cc-vscode-debugpy", "tags": "cat, debugger, vscode", "thumb": "https://raw.githubusercontent.com/my_repo_path/vcc-vscode-debugpy.png" }