chore: Update version

This commit is contained in:
Myzel394 2024-10-20 12:37:14 +02:00
parent bddd975af2
commit ff115d85fd
No known key found for this signature in database
GPG Key ID: DEC4AAB876F73185
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
"aarch64-windows" "aarch64-windows"
] (system: ] (system:
let let
version = "0.1.0"; # CI:CD-VERSION version = "0.1.1"; # CI:CD-VERSION
pkgs = import nixpkgs { pkgs = import nixpkgs {
inherit system; inherit system;
overlays = [ overlays = [

View File

@ -11,7 +11,7 @@ const lsName = "config-lsp"
// The comment below at the end of the line is required for the CI:CD to work. // The comment below at the end of the line is required for the CI:CD to work.
// Do not remove it // Do not remove it
var version = "0.1.0" // CI:CD-VERSION var version = "0.1.1" // CI:CD-VERSION
var lspHandler protocol.Handler var lspHandler protocol.Handler

View File

@ -2,7 +2,7 @@
"name": "config-lsp", "name": "config-lsp",
"description": "Language Features (completions, diagnostics, etc.) for your config files: gitconfig, fstab, aliases, hosts, wireguard, ssh_config, sshd_config, and more to come!", "description": "Language Features (completions, diagnostics, etc.) for your config files: gitconfig, fstab, aliases, hosts, wireguard, ssh_config, sshd_config, and more to come!",
"author": "Myzel394", "author": "Myzel394",
"version": "0.1.0", "version": "0.1.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/Myzel394/config-lsp" "url": "https://github.com/Myzel394/config-lsp"