updated package version to 0.0.2

This commit is contained in:
Louis Heredero 2024-06-13 12:49:18 +02:00
parent a51c6a976d
commit 99b9037719
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#let version = version((0,0,1))
#let version = version((0,0,2))
#import "config.typ"
#import "schema.typ"

View File

@ -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"