From df14d42c1afae345e464a2b0731d480b5618e424 Mon Sep 17 00:00:00 2001 From: Gaurav Gupta Date: Tue, 10 Mar 2020 09:04:37 +0530 Subject: [PATCH] Release payara-vscode-plugin v0.0.2 --- .gitignore | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4f46825..9f3e1be 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ out node_modules yarn.lock -package-lock.json \ No newline at end of file +package-lock.json +*.vsix \ No newline at end of file diff --git a/package.json b/package.json index 94a7006..c3acc6c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "payara-vscode", "displayName": "Payara VSCode", "description": "Payara Tools for Visual Studio Code", - "version": "0.0.1", + "version": "0.0.2", "publisher": "Payara", "icon": "resources/payara.png", "repository": {