prep for release v0.0.2 #1

Merged
HEL merged 13 commits from dev into main 2024-06-15 12:20:48 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 99b9037719 - Show all commits

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"