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"