From 201f6f765709262026a7b89c89c58c34568c8cb6 Mon Sep 17 00:00:00 2001 From: Paul T Date: Fri, 5 Apr 2024 20:46:16 -0400 Subject: [PATCH] chore: update version to 0.3.0 --- typst.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typst.toml b/typst.toml index 33067b9..32d2ceb 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "modern-cv" -version = "0.2.0" +version = "0.3.0" compiler = "0.11.0" entrypoint = "lib.typ" authors = ["Paul Tsouchlos "]