From 4dcb8ab7fd51c2164bcce57b12a0659d6c72ea2f Mon Sep 17 00:00:00 2001 From: Paul Tsouchlos Date: Mon, 22 Jul 2024 09:50:02 -0400 Subject: [PATCH] chore: bump version --- typst.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typst.toml b/typst.toml index 904d46c..24f565a 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "modern-cv" -version = "0.4.0" +version = "0.5.0" compiler = "0.11.0" entrypoint = "lib.typ" authors = ["Paul Tsouchlos "]