Skip to content

Commit 1fa2d22

Browse files
committed
Update version to 0.0.6
1 parent 9b57661 commit 1fa2d22

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

example-statement.pdf

0 Bytes
Binary file not shown.

modernpro-coverletter.typ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
// Copyright (c) 2024
55
// Author: Jiaxin Peng
66
// License: MIT
7-
// Version: 0.0.5
8-
// Date: 2024-10-21
7+
// Version: 0.0.6
8+
// Date: 2024-12-29
99
// Email: jiaxin.peng@outlook.com
1010
///////////////////////////////
1111

template/coverletter.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import "@preview/fontawesome:0.5.0": *
2-
#import "@preview/modernpro-coverletter:0.0.5": *
2+
#import "@preview/modernpro-coverletter:0.0.6": *
33

44
#show: coverletter.with(
55
font-type: "PT Serif",

template/statement.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import "@preview/fontawesome:0.5.0": *
2-
#import "@preview/modernpro-coverletter:0.0.5": *
2+
#import "@preview/modernpro-coverletter:0.0.6": *
33

44
#show: statement.with(
55
font-type: "PT Serif",

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-coverletter"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
entrypoint = "modernpro-coverletter.typ"
55
authors = [ "jxpeng98",]
66
repository = "https://github.com/jxpeng98/typst-coverletter"

0 commit comments

Comments
 (0)