From a4e7e38387abbba933be0693b6891e96ecf117c3 Mon Sep 17 00:00:00 2001 From: gjsjohnmurray Date: Sun, 3 Jul 2022 06:12:04 +0100 Subject: [PATCH] Add sponsorship url --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 00ccf12..0a902cd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "webterminal-vscode", "displayName": "Launch WebTerminals from InterSystems Server Manager", "description": "Adds WebTerminal launch buttons to the InterSystems Server Manager tree", - "version": "1.0.3", + "version": "1.0.4-SNAPSHOT", "publisher": "georgejames", "license": "MIT", "keywords": [ @@ -23,6 +23,9 @@ "email": "johnm@georgejames.com" } ], + "sponsor": { + "url": "https://github.com/sponsors/gjsjohnmurray" + }, "categories": [ "Other" ],