From 376158498362a56910ec99058fdae516b3be5791 Mon Sep 17 00:00:00 2001 From: yolocat-dev Date: Tue, 13 Aug 2024 18:03:59 +0200 Subject: [PATCH] bump to v1.0.1 Signed-off-by: yolocat-dev --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7828b1c..e51957e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starlight-comet" -version = "1.0.0" +version = "1.0.1" edition = "2021" description = "Comet is a debugging tool made for the Starlight Operating System" license = "Apache-2.0"