From a5476698d0279a8b7fe885aa66e1f55d26636959 Mon Sep 17 00:00:00 2001 From: Syeda Zainab <83520846+srzainab@users.noreply.github.com> Date: Thu, 15 Feb 2024 11:30:48 -0800 Subject: [PATCH] revert version update --- .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 8b3049c..7c181ad 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": "2.0.0", + "version": "1.3.0", "configurations": [ { "name": "Run Extension", diff --git a/package.json b/package.json index 0af4e6b..4155e63 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "Pullflow", "displayName": "Pullflow", "description": "Code review collaboration across GitHub, Slack, and VS Code.", - "version": "2.0.0", + "version": "1.3.0", "preview": true, "license": "MIT", "engines": {