Skip to content

Commit 215557a

Browse files
committed
bump up template version
1 parent 55bfce1 commit 215557a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on the dashboard and searching for `clean-hwr`.
1212

1313
Alternatively, you can use the CLI to kick this project off using the command
1414
```
15-
typst init @preview/clean-hwr:0.1.4
15+
typst init @preview/clean-hwr:0.1.5
1616
```
1717

1818
Typst will create a new directory with all the files needed to get you started.

template/main.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "@preview/clean-hwr:0.1.4": *
1+
#import "@preview/clean-hwr:0.1.5": *
22

33
// These packages are used to displaying the acronyms and glossaries
44
// They need to be imported here so you can use #acr / #gls

typst.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clean-hwr"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
compiler = "0.13.1"
55
entrypoint = "lib.typ"
66
repository = "https://github.com/testspieler09/clean-hwr"

0 commit comments

Comments
 (0)