From 3e91fbfefddf7c08ca2d18eb1d33015fae76787c Mon Sep 17 00:00:00 2001 From: JustAnyone Date: Sat, 5 Sep 2026 14:32:26 +0300 Subject: [PATCH] chore: bump version to 0.3.0 --- 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 4e58623..9e33cb0 100644 --- a/template/main.typ +++ b/template/main.typ @@ -1,4 +1,4 @@ -#import "@local/ktu-paper:0.2.1": ( +#import "@local/ktu-paper:0.3.0": ( 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 9848f9d..da2006a 100644 --- a/template/test.typ +++ b/template/test.typ @@ -1,4 +1,4 @@ -#import "@local/ktu-paper:0.2.1": ( +#import "@local/ktu-paper:0.3.0": ( 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 6527b0c..f0bd59c 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "ktu-paper" -version = "0.2.1" +version = "0.3.0" compiler = "0.15.0" entrypoint = "src/lib.typ" repository = "https://github.com/svetikas/ktu-paper"