From b49617765021d1008d9e4c8632f655fc03b43839 Mon Sep 17 00:00:00 2001 From: gapato Date: Mon, 6 Jul 2026 13:53:29 +0200 Subject: [PATCH] update README and bump version --- README.md | 2 +- template/slides.typ | 2 +- typst.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f59b4ce..4838a83 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ typship download -n local https://imsc.uni-graz.at/git/gjankowiak/typst-kfu-slid ```bash mkdir -p ~/.local/share/typst/packages/local/definitely-not-kfu-slides/ cd ~/.local/share/typst/packages/local/definitely-not-kfu-slides/ -curl https://imsc.uni-graz.at/git/gjankowiak/typst-kfu-slides-template/archive/1.0.1.tar.gz | tar zx --xform 's/typst-kfu-slides-template/1.0.1/' +curl https://imsc.uni-graz.at/git/gjankowiak/typst-kfu-slides-template/archive/1.0.2.tar.gz | tar zx --xform 's/typst-kfu-slides-template/1.0.2/' ``` ## Quickstart (CLI) diff --git a/template/slides.typ b/template/slides.typ index d91ff2e..a4351b5 100644 --- a/template/slides.typ +++ b/template/slides.typ @@ -1,4 +1,4 @@ -#import "@local/definitely-not-kfu-slides:1.0.1": * +#import "@local/definitely-not-kfu-slides:1.0.2": * #show: definitely-not-kfu-theme.with( aspect-ratio: "16-9", diff --git a/typst.toml b/typst.toml index a148621..a3397cc 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "definitely-not-kfu-slides" -version = "1.0.1" +version = "1.0.2" entrypoint = "src/lib.typ" authors = ["Ernesto Martínez ", "Gaspard Jankowiak"] license = "MIT"