From 49bbf50f4027752ac6e7bf55ca0f2fb20c88355b Mon Sep 17 00:00:00 2001 From: Michael Noah <92764374+mnoah1@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:48:45 -0400 Subject: [PATCH] Update publisher and version (#11) Last two items to migrate over: - Updating the publisher name (missed while transferring this over) - Update version number (skipping "0.0.2" as we used that internally). This will give us a clean start moving forward in open source. After this commit, this open source repo is caught up with the internal one and should be used moving forward for all future changes. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 75cfcf4..7752735 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "name": "vscode-bazel-bsp", "displayName": "Bazel Build Server Protocol (BSP)", "description": "Bazel BSP integration for VS Code.", - "version": "0.0.1", + "publisher": "Uber", + "version": "0.0.3", "license": "Apache-2.0", "repository": "https://github.com/uber/vscode-bazel-bsp", "engines": {