diff --git a/manual.pdf b/manual.pdf index 0968835..d767eb8 100644 Binary files a/manual.pdf and b/manual.pdf differ diff --git a/src/lib.typ b/src/lib.typ index ad137ea..d2d324f 100644 --- a/src/lib.typ +++ b/src/lib.typ @@ -1,4 +1,4 @@ -#let version = version((0,0,2)) +#let version = version((0,0,3)) #import "circuit.typ": circuit #import "element.typ" diff --git a/typst.toml b/typst.toml index 55e8fb2..7a10c31 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "circuiteria" -version = "0.0.2" +version = "0.0.3" compiler = "0.11.0" repository = "https://git.kb28.ch/HEL/circuiteria" entrypoint = "src/lib.typ"