From 583292b777197fc509eac56e39e4166f5b0394f2 Mon Sep 17 00:00:00 2001 From: Katherine Kiefer Date: Sun, 26 Nov 2023 20:32:32 +1100 Subject: [PATCH] bump crate 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 8ae51a3..e02950e 100644 --- a/crates/byondapi-rs/Cargo.toml +++ b/crates/byondapi-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "byondapi" -version = "0.2.1" +version = "0.3.0" authors = ["tigercat2000 "] edition = "2021" description = "Idiomatic Rust bindings for BYONDAPI"