Skip to content

Commit

Permalink
bump 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Dec 13, 2024
1 parent bdc472f commit 65cb4e0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hemtt"
description = "HEMTT - Arma 3 Build Tool"
version = "1.14.0"
version = "1.14.1"
edition = "2021"
license = "GPL-2.0"
authors = ["Brett Mayson <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions book/rhai/library/hemtt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
HEMTT.version().to_string(); // "1.14.1"
HEMTT.version().major(); // 1
HEMTT.version().minor(); // 14
HEMTT.version().patch(); // 0
HEMTT.version().patch(); // 1
HEMTT.version().build(); // ""
```

Expand Down
2 changes: 1 addition & 1 deletion book/rhai/library/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ debug(HEMTT.project().version.major());
```

```sh
DEBUG [post_release/test.rhai] "1.14.0"
DEBUG [post_release/test.rhai] "1.14.1"
DEBUG [post_release/test.rhai] 1
```

Expand Down

0 comments on commit 65cb4e0

Please sign in to comment.