Skip to content

Commit 04b6393

Browse files
committed
Update version to 1.2.1
1 parent 7e773fb commit 04b6393

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The template has the following arguments:
6060
If you want to use the single column version, you create a new `.typ` file and copy the following code:
6161

6262
```Typst
63-
#import "@preview/modernpro-cv:1.2.0": *
63+
#import "@preview/modernpro-cv:1.2.1": *
6464
#import "@preview/fontawesome:0.6.0": *
6565
6666
#show: cv-single.with(
@@ -85,7 +85,7 @@ If you want to use the single column version, you create a new `.typ` file and c
8585
The double column version is similar to the single column version. However, you need to add contents to the specific `left` and `right` sections.
8686

8787
```Typst
88-
#import "@preview/modernpro-cv:1.2.0": *
88+
#import "@preview/modernpro-cv:1.2.1": *
8989
#import "@preview/fontawesome:0.6.0": *
9090
9191
#show: cv-double(

modernpro-cv.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Copyright (c) 2025
55
// Author: Jiaxin Peng
66
// License: MIT
7-
// Version: 1.2.0
7+
// Version: 1.2.1
88
// Date: 2025-10-14
99
// Email: jiaxin.peng@outlook.com
1010
///////////////////////////////

template/cv-double.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "@preview/modernpro-cv:1.2.0": *
1+
#import "@preview/modernpro-cv:1.2.1": *
22
#import "@preview/fontawesome:0.6.0": *
33

44
#show: cv-double(

template/cv-single.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "@preview/modernpro-cv:1.2.0": *
1+
#import "@preview/modernpro-cv:1.2.1": *
22
#import "@preview/fontawesome:0.6.0": *
33

44
#show: cv-single.with(

typst.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "modernpro-cv"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
entrypoint = "modernpro-cv.typ"
55
authors = [ "jxpeng98",]
66
repository = "https://github.com/jxpeng98/Typst-CV-Resume"

0 commit comments

Comments
 (0)