diff --git a/package-lock.json b/package-lock.json index 147e136..800a052 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-deploy-reloaded", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 45cf42f..8978777 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-deploy-reloaded", "displayName": "Deploy (Reloaded)", "description": "Deploys files of a workspace to a destination.", - "version": "0.1.1", + "version": "0.1.2", "publisher": "mkloubert", "engines": { "vscode": "^1.19.0" diff --git a/src/extension.ts b/src/extension.ts index e003bbb..4b37589 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -679,8 +679,7 @@ async function activateExtension(context: vscode.ExtensionContext) { outputChannel.appendLine(''); outputChannel.appendLine(`GitHub : https://github.com/mkloubert/vscode-deploy-reloaded`); outputChannel.appendLine(`Twitter: https://twitter.com/mjkloubert`); - outputChannel.appendLine(`Donate : [PayPal] https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RB3WUETWG4QU2`); - outputChannel.appendLine(` [Flattr] https://flattr.com/submit/auto?fid=o62pkd&url=https%3A%2F%2Fgithub.com%2Fmkloubert%2Fvs-deploy`); + outputChannel.appendLine(`Donate : [PayPal] https://paypal.me/MarcelKloubert`); }); // commands