From 59800e67be2689c402e2726af87f17b26b9dda77 Mon Sep 17 00:00:00 2001 From: Cezar Craciunoiu Date: Fri, 22 Mar 2024 12:45:44 +0200 Subject: [PATCH] feat: Bump the extension to v0.3.0 Signed-off-by: Cezar Craciunoiu --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 63d3c2c..5c8e148 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "unikraft-ide-vscode", "displayName": "Unikraft", "description": "Seamlessly build and manage Unikraft components from within VSCode!", - "version": "0.2.1", + "version": "0.3.0", "publisher": "unikraft", "license": "MIT", "repository": { @@ -475,4 +475,4 @@ "vscode-languageserver-textdocument": "^1.0.11", "yaml": "^2.3.4" } -} \ No newline at end of file +}