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" },