From 9ef7ac53361a1c0c751f461bdd0974170efa3118 Mon Sep 17 00:00:00 2001 From: LostQuasar Date: Sun, 13 Oct 2024 15:14:44 -0400 Subject: [PATCH] Update version to 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0089008..c80991f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rzap" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "GPL-3.0" description = "Interface with OpenShock via Rust"