From 377c0d9ff6a208e5ed66f2aded06afd350e743a1 Mon Sep 17 00:00:00 2001 From: Paul T Date: Tue, 14 May 2024 12:01:26 -0400 Subject: [PATCH] chore: update version --- typst.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typst.toml b/typst.toml index 32d2ceb..7aa43b7 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "modern-cv" -version = "0.3.0" +version = "0.3.1" compiler = "0.11.0" entrypoint = "lib.typ" authors = ["Paul Tsouchlos "]