From be8ce5c20f4a1a93913dee930b4e2a418f8c8620 Mon Sep 17 00:00:00 2001 From: Kerstin Humm Date: Tue, 17 Sep 2024 23:51:03 +0200 Subject: [PATCH] release 0.3.0 --- README.md | 2 +- template/main.typ | 2 +- typst.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"