From 09415f5a004845063f3b2d380a5522bce3702dde Mon Sep 17 00:00:00 2001 From: Brett Mayson Date: Wed, 18 Sep 2024 00:09:22 -0600 Subject: [PATCH] 1.11.8 --- README.md | 2 +- arma-rs/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fefd62..dd57f13 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The best way to make Arma 3 Extensions. ```toml [dependencies] -arma-rs = "1.11.7" +arma-rs = "1.11.8" [lib] name = "my_extension" diff --git a/arma-rs/Cargo.toml b/arma-rs/Cargo.toml index b595b25..44c4713 100644 --- a/arma-rs/Cargo.toml +++ b/arma-rs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "arma-rs" description = "Arma 3 Extensions in Rust" -version = "1.11.7" +version = "1.11.8" edition = "2021" authors = ["Brett Mayson"] repository = "https://github.com/brettmayson/arma-rs"