diff --git a/template/main.typ b/template/main.typ index ad7a91b..4e58623 100644 --- a/template/main.typ +++ b/template/main.typ @@ -1,4 +1,4 @@ -#import "@local/ktu-paper:0.2.0": ( +#import "@local/ktu-paper:0.2.1": ( ktu-paper, setup-code, ktu-table-of-contents, ktu-picture-list, ktu-table-list, ktu-heading-page-normal, diff --git a/template/test.typ b/template/test.typ index 17a5e12..9848f9d 100644 --- a/template/test.typ +++ b/template/test.typ @@ -1,4 +1,4 @@ -#import "@local/ktu-paper:0.2.0": ( +#import "@local/ktu-paper:0.2.1": ( ktu-paper, setup-code, ktu-table-of-contents, ktu-picture-list, ktu-table-list, ktu-heading-page-normal, diff --git a/typst.toml b/typst.toml index 71f62a4..6527b0c 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "ktu-paper" -version = "0.2.0" +version = "0.2.1" compiler = "0.15.0" entrypoint = "src/lib.typ" repository = "https://github.com/svetikas/ktu-paper"