From b939dea8eda3c90c9ab295568e41b872a1b786de Mon Sep 17 00:00:00 2001 From: LostQuasar Date: Sun, 29 Sep 2024 16:07:34 -0400 Subject: [PATCH] Set version to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec679ed..0089008 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rzap" -version = "0.1.1" +version = "0.2.0" edition = "2021" license = "GPL-3.0" description = "Interface with OpenShock via Rust"