Skip to content

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erictapen committed Sep 17, 2024
1 parent be4b188 commit be8ce5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A template for writing invoices, inspired by the [beautiful LaTeX template by @mrzool.](https://github.com/mrzool/invoice-boilerplate/)

```typ
#import "@preview/classy-german-invoice:0.2.0": invoice
#import "@preview/classy-german-invoice:0.3.0": invoice
#show: invoice(
// Invoice number
Expand Down
2 changes: 1 addition & 1 deletion template/main.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "@preview/classy-german-invoice:0.2.0": invoice
#import "@preview/classy-german-invoice:0.3.0": invoice

#show: invoice(
// Invoice number
Expand Down
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "classy-german-invoice"
version = "0.2.0"
version = "0.3.0"
compiler = "0.10.0"
entrypoint = "lib.typ"
repository = "https://github.com/erictapen/typst-invoice"
Expand Down

0 comments on commit be8ce5c

Please sign in to comment.