Skip to content

Commit 7e17c73

Browse files
committed
bump 1.9.0
1 parent 48449dd commit 7e17c73

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "hemtt"
33
description = "HEMTT - Arma 3 Build Tool"
4-
version = "1.8.0"
4+
version = "1.9.0"
55
edition = "2021"
66
license = "GPL-2.0"
77
authors = ["Brett Mayson <brett@mayson.io>"]

book/rhai/library/hemtt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ The `HEMTT` constant gives access to information and the ability to modify the b
77
Returns the version of HEMTT.
88

99
```js
10-
HEMTT.version().to_string(); // "1.8.0"
10+
HEMTT.version().to_string(); // "1.9.0"
1111
HEMTT.version().major(); // 1
12-
HEMTT.version().minor(); // 8
12+
HEMTT.version().minor(); // 9
1313
HEMTT.version().patch(); // 0
1414
HEMTT.version().build(); // ""
1515
```

book/rhai/library/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ debug(HEMTT.project().version.major());
2626
```
2727

2828
```sh
29-
DEBUG [post_release/test.rhai] "1.8.0"
29+
DEBUG [post_release/test.rhai] "1.9.0"
3030
DEBUG [post_release/test.rhai] 1
3131
```
3232

0 commit comments

Comments
 (0)