From 9c70c71ec9da86db711a734100d2ae47351d152e Mon Sep 17 00:00:00 2001 From: Katherine Kiefer Date: Sat, 30 Mar 2024 23:22:17 +1100 Subject: [PATCH] bump version --- crates/byondapi-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/byondapi-rs/Cargo.toml b/crates/byondapi-rs/Cargo.toml index 1d4a3a3..50dc675 100644 --- a/crates/byondapi-rs/Cargo.toml +++ b/crates/byondapi-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "byondapi" -version = "0.4.2" +version = "0.4.3" authors = ["tigercat2000 "] edition = "2021" description = "Idiomatic Rust bindings for BYONDAPI"