From 36d17b33e397b72cf78f3eb780741d8380aff1ca Mon Sep 17 00:00:00 2001 From: Katherine Kiefer Date: Thu, 7 Mar 2024 21:26:53 +1100 Subject: [PATCH] bump this 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 4883f97..3f21740 100644 --- a/crates/byondapi-rs/Cargo.toml +++ b/crates/byondapi-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "byondapi" -version = "0.3.1" +version = "0.4.0" authors = ["tigercat2000 "] edition = "2021" description = "Idiomatic Rust bindings for BYONDAPI"