From 6f563750fb148c42d2a848ea7aebff7f763db31a Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Tue, 1 Oct 2024 19:17:10 +0200 Subject: [PATCH] published v0.1.0 to universe --- typst.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typst.toml b/typst.toml index b62853f..ecf0ff9 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "chronos" -version = "0.0.1" +version = "0.1.0" compiler = "0.11.0" repository = "https://git.kb28.ch/HEL/chronos" entrypoint = "src/lib.typ" @@ -11,4 +11,4 @@ categories = ["visualization"] license = "Apache-2.0" description = "A package to draw sequence diagrams with CeTZ" keywords = ["sequence", "diagram", "plantuml"] -exclude = [ "/gallery/*", "/gallery.bash", "/TODO.md" ] +exclude = [ "gallery", "gallery.bash" ]