From 67947b07a7d3f8e8d700cc3354aa03a7beb76c60 Mon Sep 17 00:00:00 2001 From: JustAnyone Date: Fri, 4 Sep 2026 11:46:52 +0300 Subject: [PATCH] chore: bump version to 0.2.1 --- template/main.typ | 2 +- template/test.typ | 2 +- typst.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"