From 3dd154a5172f3140273318b60ceb38a0ba1820a2 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Mon, 3 Nov 2025 11:55:19 +0200 Subject: [PATCH] chore: bump version numbers --- README.md | 5 +++-- examples/qualification-thesis/main.typ | 2 +- template/main.typ | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d11764..0663dd4 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ function in a show rule. If you want to change an existing project to use this template, you can add a show rule like this at the top of your file: ```typst -#import "@preview/solo-lu-df:0.1.1": * +#import "@preview/solo-lu-df:0.1.2": * #show: ludf.with( title: "Darba Nosaukums", @@ -67,7 +67,8 @@ template, you can add a show rule like this at the top of your file: columns: (1fr, 1fr), [Column 1], [Column 2], ), -), + ), + ), ) // Your content goes below. diff --git a/examples/qualification-thesis/main.typ b/examples/qualification-thesis/main.typ index eadbeda..18ed28b 100644 --- a/examples/qualification-thesis/main.typ +++ b/examples/qualification-thesis/main.typ @@ -1,6 +1,6 @@ #import "@preview/fletcher:0.5.8" as fletcher: diagram, edge, node #import fletcher.shapes: cylinder, ellipse -#import "@preview/solo-lu-df:0.1.1": * +#import "@preview/solo-lu-df:0.1.2": * #import "utils/tables.typ": function-table #import "utils/diagrams.typ": data-store, dpd-database, dpd-edge, process diff --git a/template/main.typ b/template/main.typ index b656b03..25bac2f 100644 --- a/template/main.typ +++ b/template/main.typ @@ -1,4 +1,4 @@ -#import "@preview/solo-lu-df:0.1.1": * +#import "@preview/solo-lu-df:0.1.2": * #show: ludf.with( title: "Darba Nosaukums",