Merge pull request #29 from DeveloperPaul123/release/0.3.1

Release/0.3.1 back-merge
This commit is contained in:
Paul T
2024-05-14 12:11:25 -04:00
committed by GitHub
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(
author: (

View File

@@ -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: (

View File

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

View File

@@ -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 <https://github.com/DeveloperPaul123>"]