mirror of
https://github.com/kristoferssolo/LU-DF-Typst-Template.git
synced 2025-10-21 18:50:33 +00:00
chore: bump version number
This commit is contained in:
parent
397df377ce
commit
48d2867ae4
@ -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.0.1": *
|
||||
#import "@preview/solo-lu-df:0.1.0": *
|
||||
#import "utils/tables.typ": function-table
|
||||
#import "utils/diagrams.typ": data-store, dpd-database, dpd-edge, process
|
||||
|
||||
@ -80,7 +80,7 @@
|
||||
caption: "Another table",
|
||||
table(
|
||||
columns: (1fr, 1fr),
|
||||
[foo], [bar],
|
||||
[Column 1], [Column 2],
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
@ -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],
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "solo-lu-df"
|
||||
version = "0.0.1"
|
||||
version = "0.1.0"
|
||||
compiler = "0.13.0"
|
||||
entrypoint = "src/lib.typ"
|
||||
repository = "https://github.com/kristoferssolo/LU-DF-Typst-Template"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user