From 2b3e100a089844a0cfc0dc956e51b1985f7dc03d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20W=C3=BCrbach?= Date: Fri, 31 May 2024 11:28:43 +0200 Subject: [PATCH] 0.1.0 --- 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 bf10f68..4d08402 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "humanitec", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "humanitec", - "version": "0.0.0", + "version": "0.1.0", "hasInstallScript": true, "dependencies": { "@vscode/webview-ui-toolkit": "^1.4.0", diff --git a/package.json b/package.json index 2fa2468..2f8d2f1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "publisher": "humanitec", "description": "This extension is designed to enhance your experience when working with the Humanitec Platform directly from Visual Studio Code. It provides a set of features to streamline your workflow, making it easier to manage your applications, components, and configurations.", "icon": "media/humanitec_logo.png", - "version": "0.0.0", + "version": "0.1.0", "engines": { "vscode": "^1.87.0" },