diff --git a/assets/images/coverletter.png b/assets/images/coverletter.png index 7c7d3c8..6290f65 100644 Binary files a/assets/images/coverletter.png and b/assets/images/coverletter.png differ diff --git a/assets/images/coverletter2.png b/assets/images/coverletter2.png index d85604c..64c322c 100644 Binary files a/assets/images/coverletter2.png and b/assets/images/coverletter2.png differ diff --git a/assets/images/resume.png b/assets/images/resume.png index 491f8fb..e9ef061 100644 Binary files a/assets/images/resume.png and b/assets/images/resume.png differ diff --git a/template/coverletter.typ b/template/coverletter.typ index 6eab623..6703326 100644 --- a/template/coverletter.typ +++ b/template/coverletter.typ @@ -1,4 +1,4 @@ -#import "@preview/modern-cv:0.3.0": * +#import "@preview/modern-cv:0.3.1": * #show: coverletter.with( author: ( diff --git a/template/coverletter2.typ b/template/coverletter2.typ index 79353c9..31a0ea3 100644 --- a/template/coverletter2.typ +++ b/template/coverletter2.typ @@ -1,4 +1,4 @@ -#import "@preview/modern-cv:0.3.0": * +#import "@preview/modern-cv:0.3.1": * #show: coverletter.with( author: ( @@ -15,7 +15,7 @@ ), ), profile-picture: none, - language: "en", + language: "sp", ) #hiring-entity-info(entity-info: ( diff --git a/template/resume.typ b/template/resume.typ index 2e6b8e6..2b5661c 100644 --- a/template/resume.typ +++ b/template/resume.typ @@ -1,4 +1,4 @@ -#import "@preview/modern-cv:0.3.0": * +#import "@preview/modern-cv:0.3.1": * #show: resume.with( author: ( 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 "]