Skip to content

Commit bdc472f

Browse files
committed
bump 1.14.0
1 parent 6e40fe6 commit bdc472f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.13.7"
4+
version = "1.14.0"
55
edition = "2021"
66
license = "GPL-2.0"
77
authors = ["Brett Mayson <[email protected]>"]

book/rhai/library/hemtt.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ 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.13.7"
10+
HEMTT.version().to_string(); // "1.14.0"
1111
HEMTT.version().major(); // 1
12-
HEMTT.version().minor(); // 13
13-
HEMTT.version().patch(); // 7
12+
HEMTT.version().minor(); // 14
13+
HEMTT.version().patch(); // 0
1414
HEMTT.version().build(); // ""
1515
```
1616

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.13.7"
29+
DEBUG [post_release/test.rhai] "1.14.0"
3030
DEBUG [post_release/test.rhai] 1
3131
```
3232

0 commit comments

Comments
 (0)