From ab51a8aa8f55a84599aa80dfff9f532d184d02c3 Mon Sep 17 00:00:00 2001 From: Ewen Le Bihan Date: Sun, 10 Nov 2024 16:46:30 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20Release=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.nix | 2 +- vscode/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index dee1160..cc3a3ec 100644 --- a/default.nix +++ b/default.nix @@ -14,7 +14,7 @@ buildGoApplication { pname = "hyprls"; - version = "0.2.0"; + version = "0.3.0"; pwd = ./.; src = ./.; diff --git a/vscode/package.json b/vscode/package.json index 575a4c7..11ad168 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -3,7 +3,7 @@ "description": "VSCode extension for HyprLS", "author": "Ewen Le Bihan ", "license": "MIT", - "version": "0.2.0", + "version": "0.3.0", "repository": { "type": "git", "url": "https://github.com/ewen-lbh/hyprlang-ls"