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