We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a3f40d commit a5d8813Copy full SHA for a5d8813
README.md
@@ -32,7 +32,7 @@ You can download fontawesome [here](https://fontawesome.com/download).
32
## Usage
33
34
```typst
35
-#import "@preview/moderner-cv:0.1.2": *
+#import "@preview/moderner-cv:0.2.0": *
36
37
#show: moderner-cv.with(
38
name: "Jane Doe",
template/cv.typ
@@ -1,4 +1,4 @@
1
2
3
4
typst.toml
@@ -1,6 +1,6 @@
[package]
name = "moderner-cv"
-version = "0.1.2"
+version = "0.2.0"
compiler = "0.12.0"
5
entrypoint = "lib.typ"
6
authors = ["Pavel Zwerschke <@pavelzw>"]
0 commit comments