chore: Update version

This commit is contained in:
Myzel394 2024-10-27 12:13:01 +01:00
parent 88b9a51e95
commit e225910678
No known key found for this signature in database
GPG Key ID: ED20A1D1D423AF3F
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -2,4 +2,4 @@ package roothandler
// The comment below at the end of the line is required for the CI:CD to work.
// Do not remove it
var Version = "0.1.1" // CI:CD-VERSION
var Version = "0.1.2" // CI:CD-VERSION

View File

@ -2,7 +2,7 @@
"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!",
"author": "Myzel394",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/Myzel394/config-lsp"