From 32400b43db67a3a37a8c45f85a1790d782491599 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Wed, 19 Feb 2025 23:55:43 -0800 Subject: [PATCH] version 0.5.0 --- typst.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typst.toml b/typst.toml index ee13648..de06022 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "leipzig-glossing" -version = "0.4.0" +version = "0.5.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.12.0" +compiler = "0.13.0"