From 5de247f94319a52f523dfc85dd08048bebff8749 Mon Sep 17 00:00:00 2001 From: David Negstad <50252651+danegsta@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:38:07 -0700 Subject: [PATCH] Bump version to 1.29.3-alpha (#4362) * Bump version to 1.29.3-alpha * Update package-lock.json --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4990741c34..205b0f50f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-docker", - "version": "1.29.2", + "version": "1.29.3-alpha", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-docker", - "version": "1.29.2", + "version": "1.29.3-alpha", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@azure/arm-authorization": "^9.0.0", diff --git a/package.json b/package.json index 685e3c435c..9d00d54213 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-docker", - "version": "1.29.2", + "version": "1.29.3-alpha", "publisher": "ms-azuretools", "displayName": "Docker", "description": "Makes it easy to create, manage, and debug containerized applications.",