From d7ca8954802eb7b201cf84c2e1b42852abf45c35 Mon Sep 17 00:00:00 2001 From: adamzaczek Date: Tue, 12 Jan 2021 20:17:03 +0100 Subject: [PATCH] Update version --- .vscode/launch.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index fa8b70e..0fa2971 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -3,7 +3,7 @@ // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 { - "version": "0.2.0", + "version": "0.2.4", "configurations": [ { "name": "Run Extension", diff --git a/package.json b/package.json index 9874ee2..b726f18 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "stroveteams", "displayName": "stroveTeams", "description": "Teams support for Strove", - "version": "0.2.3", + "version": "0.2.4", "engines": { "vscode": "^1.39.2" },