chore: bump version numbers

This commit is contained in:
2025-11-03 11:55:19 +02:00
parent c2e78f8511
commit 3dd154a517
3 changed files with 5 additions and 4 deletions

View File

@@ -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.