From a375dee8e4acdd4603e8ad92b8f75e6162f3b9c6 Mon Sep 17 00:00:00 2001 From: Nick Gerakines <12125+ngerakines@users.noreply.github.com> Date: Sat, 09 Nov 2024 18:26:55 +0000 Subject: [PATCH] chore: Setting version to 0.3.0 Signed-off-by: Nick Gerakines <12125+ngerakines@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/Cargo.toml b/Cargo.toml --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "supercell" -version = "0.2.0" +version = "0.3.0" edition = "2021" [profile.release] -- tangled.sh