Skip to content

Commit

Permalink
bump 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Dec 13, 2024
1 parent 6e40fe6 commit bdc472f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.13.7"
version = "1.14.0"
edition = "2021"
license = "GPL-2.0"
authors = ["Brett Mayson <[email protected]>"]
Expand Down
6 changes: 3 additions & 3 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.13.7"
HEMTT.version().to_string(); // "1.14.0"
HEMTT.version().major(); // 1
HEMTT.version().minor(); // 13
HEMTT.version().patch(); // 7
HEMTT.version().minor(); // 14
HEMTT.version().patch(); // 0
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.13.7"
DEBUG [post_release/test.rhai] "1.14.0"
DEBUG [post_release/test.rhai] 1
```

Expand Down

0 comments on commit bdc472f

Please sign in to comment.