From bb774aac507c8c7446c46f2c9720503481520edc Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Mon, 11 Nov 2024 20:24:36 -0800 Subject: [PATCH] Update to version 0.4 --- typst.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typst.toml b/typst.toml index 37c6284..ee13648 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "leipzig-glossing" -version = "0.3.0" +version = "0.4.0" entrypoint = "leipzig-gloss.typ" authors = ["Greg Shuflin ", "Other open-source contributors"] license = "MIT" @@ -9,4 +9,4 @@ repository = "https://code.everydayimshuflin.com/greg/typst-lepizig-glossing" disciplines = ["linguistics"] categories = ["paper"] keywords = ["linguistics", "leipzig", "gloss", "glossing"] -compiler = "0.11.0" +compiler = "0.12.0"