diff --git a/src/lib.typ b/src/lib.typ index fa6c0a3..8b19e84 100644 --- a/src/lib.typ +++ b/src/lib.typ @@ -1,4 +1,4 @@ -#let version = version((0,0,1)) +#let version = version((0,0,2)) #import "config.typ" #import "schema.typ" \ No newline at end of file diff --git a/typst.toml b/typst.toml index a10dcb7..0145bae 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "rivet" -version = "0.0.1" +version = "0.0.2" compiler = "0.11.0" repository = "https://git.kb28.ch/HEL/rivet-typst" entrypoint = "src/lib.typ"