From 7ded8c97614b1c1b0a575d9404a8b55c34d0684a Mon Sep 17 00:00:00 2001 From: Gwen Le Bihan Date: Fri, 3 Jan 2025 15:58:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20Release=200.4.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 cc3a3ec..5106832 100644 --- a/default.nix +++ b/default.nix @@ -14,7 +14,7 @@ buildGoApplication { pname = "hyprls"; - version = "0.3.0"; + version = "0.4.0"; pwd = ./.; src = ./.; diff --git a/vscode/package.json b/vscode/package.json index 11ad168..be99d6e 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.3.0", + "version": "0.4.0", "repository": { "type": "git", "url": "https://github.com/ewen-lbh/hyprlang-ls"