From 99b90377196d23918b75d7635a7d87f129d2040c Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Thu, 13 Jun 2024 12:49:18 +0200 Subject: [PATCH] updated package version to 0.0.2 --- src/lib.typ | 2 +- typst.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"