3 Commits

Author SHA1 Message Date
Paul T
04bc4ffbd7 chore: update version used in templates 2024-05-14 12:02:20 -04:00
Paul T
46a83e51c0 chore: update images 2024-05-14 12:01:37 -04:00
Paul T
377c0d9ff6 chore: update version 2024-05-14 12:01:26 -04:00
7 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 205 KiB

After

Width:  |  Height:  |  Size: 205 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 KiB

After

Width:  |  Height:  |  Size: 209 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 KiB

After

Width:  |  Height:  |  Size: 210 KiB

View File

@@ -1,4 +1,4 @@
#import "@preview/modern-cv:0.3.0": * #import "@preview/modern-cv:0.3.1": *
#show: coverletter.with( #show: coverletter.with(
author: ( author: (

View File

@@ -1,4 +1,4 @@
#import "@preview/modern-cv:0.3.0": * #import "@preview/modern-cv:0.3.1": *
#show: coverletter.with( #show: coverletter.with(
author: ( author: (
@@ -15,7 +15,7 @@
), ),
), ),
profile-picture: none, profile-picture: none,
language: "en", language: "sp",
) )
#hiring-entity-info(entity-info: ( #hiring-entity-info(entity-info: (

View File

@@ -1,4 +1,4 @@
#import "@preview/modern-cv:0.3.0": * #import "@preview/modern-cv:0.3.1": *
#show: resume.with( #show: resume.with(
author: ( author: (

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "modern-cv" name = "modern-cv"
version = "0.3.0" version = "0.3.1"
compiler = "0.11.0" compiler = "0.11.0"
entrypoint = "lib.typ" entrypoint = "lib.typ"
authors = ["Paul Tsouchlos <https://github.com/DeveloperPaul123>"] authors = ["Paul Tsouchlos <https://github.com/DeveloperPaul123>"]