diff --git a/template/coverletter.typ b/template/coverletter.typ index 6703326..cb187af 100644 --- a/template/coverletter.typ +++ b/template/coverletter.typ @@ -1,4 +1,4 @@ -#import "@preview/modern-cv:0.3.1": * +#import "@preview/modern-cv:0.4.0": * #show: coverletter.with( author: ( diff --git a/template/coverletter2.typ b/template/coverletter2.typ index 31a0ea3..4354597 100644 --- a/template/coverletter2.typ +++ b/template/coverletter2.typ @@ -1,4 +1,4 @@ -#import "@preview/modern-cv:0.3.1": * +#import "@preview/modern-cv:0.4.0": * #show: coverletter.with( author: ( diff --git a/template/resume.typ b/template/resume.typ index 2b5661c..07c69f9 100644 --- a/template/resume.typ +++ b/template/resume.typ @@ -1,4 +1,4 @@ -#import "@preview/modern-cv:0.3.1": * +#import "@preview/modern-cv:0.4.0": * #show: resume.with( author: ( diff --git a/typst.toml b/typst.toml index 7aa43b7..904d46c 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "modern-cv" -version = "0.3.1" +version = "0.4.0" compiler = "0.11.0" entrypoint = "lib.typ" authors = ["Paul Tsouchlos "]