diff --git a/manual.pdf b/manual.pdf index cc687c0..e950552 100644 Binary files a/manual.pdf and b/manual.pdf differ diff --git a/src/lib.typ b/src/lib.typ index 3e7383e..0317a12 100644 --- a/src/lib.typ +++ b/src/lib.typ @@ -1,4 +1,4 @@ -#let version = version(0, 1, 0) +#let version = version(0, 1, 1) #import "diagram.typ": diagram, from-plantuml, _gap, _evt #import "sequence.typ": _seq diff --git a/typst.toml b/typst.toml index ecf0ff9..7195dbc 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "chronos" -version = "0.1.0" +version = "0.1.1" 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" ] +exclude = [ "gallery", "gallery.bash", "docs" ]