From 5fea7e9abc92f8c139ecf90899fe770ad0bc051d Mon Sep 17 00:00:00 2001 From: Leopold Luley Date: Wed, 11 Sep 2024 12:46:28 +0200 Subject: [PATCH] Set version to 0.3.0. Not sure why it was set to 1.0.0 before. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ebb0620..76afdd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["untis", "webuntis"] categories = ["api-bindings", "data-structures"] license = "MIT" readme = "README.md" -version = "1.0.0" +version = "0.3.0" authors = ["Leopold Luley "] edition = "2021"