chore: bump version number

This commit is contained in:
2025-08-27 13:49:05 +03:00
parent 397df377ce
commit 48d2867ae4
3 changed files with 14 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#import "@preview/solo-lu-df:0.0.1": ludf
#import "@preview/solo-lu-df:0.1.0": *
#show: ludf.with(
title: "Darba Nosaukums",
@@ -59,6 +59,16 @@
),
),
),
attachments: (
attachment(
caption: "Attachment table",
label: <table-1>,
table(
columns: (1fr, 1fr),
[Column 1], [Column 2],
),
),
),
)