From 2b4acca68bc09161e751848a8026366c179e33e9 Mon Sep 17 00:00:00 2001 From: BrettMayson Date: Thu, 19 Dec 2024 01:04:31 -0600 Subject: [PATCH] bump 1.14.2 --- Cargo.lock | 2 +- bin/Cargo.toml | 2 +- book/rhai/library/hemtt.md | 4 ++-- book/rhai/library/logging.md | 2 +- hls/package-lock.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c86e0a9..05922dc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1462,7 +1462,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hemtt" -version = "1.14.1" +version = "1.14.2" dependencies = [ "arma3-wiki", "clap", diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 7b7503b0..afc09757 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hemtt" description = "HEMTT - Arma 3 Build Tool" -version = "1.14.1" +version = "1.14.2" edition = "2021" license = "GPL-2.0" authors = ["Brett Mayson "] diff --git a/book/rhai/library/hemtt.md b/book/rhai/library/hemtt.md index c247de58..6e1ab701 100644 --- a/book/rhai/library/hemtt.md +++ b/book/rhai/library/hemtt.md @@ -7,10 +7,10 @@ The `HEMTT` constant gives access to information and the ability to modify the b Returns the version of HEMTT. ```js -HEMTT.version().to_string(); // "1.14.1" +HEMTT.version().to_string(); // "1.14.2" HEMTT.version().major(); // 1 HEMTT.version().minor(); // 14 -HEMTT.version().patch(); // 1 +HEMTT.version().patch(); // 2 HEMTT.version().build(); // "" ``` diff --git a/book/rhai/library/logging.md b/book/rhai/library/logging.md index c5492e75..c06d3599 100644 --- a/book/rhai/library/logging.md +++ b/book/rhai/library/logging.md @@ -26,7 +26,7 @@ debug(HEMTT.project().version.major()); ``` ```sh -DEBUG [post_release/test.rhai] "1.14.1" +DEBUG [post_release/test.rhai] "1.14.2" DEBUG [post_release/test.rhai] 1 ``` diff --git a/hls/package-lock.json b/hls/package-lock.json index ffa4bb37..84bf1b92 100644 --- a/hls/package-lock.json +++ b/hls/package-lock.json @@ -31,7 +31,7 @@ "vscode-uri": "3.0.8" }, "engines": { - "vscode": "^1.88.0" + "vscode": "^1.96.0" } }, "node_modules/@esbuild/aix-ppc64": {