diff --git a/README.md b/README.md index 4b4657e..fee0fd9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/template/main.typ b/template/main.typ index e592b4e..71166d7 100644 --- a/template/main.typ +++ b/template/main.typ @@ -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 diff --git a/typst.toml b/typst.toml index b8ab9ec..737ee22 100644 --- a/typst.toml +++ b/typst.toml @@ -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"