From 5f7cc3ee5ba403134136e409bcc8e5f3c07cb59b Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Tue, 10 Dec 2024 16:40:21 +0800 Subject: [PATCH] 1.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 70ae66c..c9431bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "cli", "generator"] [package] name = "seaography" -version = "1.1.1" +version = "1.1.2" edition = "2021" rust-version = "1.70" authors = ["Panagiotis Karatakis "]