chore: bump version number

This commit is contained in:
Kristofers Solo 2025-10-03 13:43:31 +03:00
parent 90b17d7bd5
commit 78e9249775
Signed by: kristoferssolo
GPG Key ID: 8687F2D3EEE6F0ED
5 changed files with 4 additions and 5 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.0": *
#import "@preview/solo-lu-df:0.1.1": *
#show: ludf.with(
title: "Darba Nosaukums",

View File

@ -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.0": *
#import "@preview/solo-lu-df:0.1.1": *
#import "utils/tables.typ": function-table
#import "utils/diagrams.typ": data-store, dpd-database, dpd-edge, process

View File

@ -85,7 +85,6 @@
// Configure equation numbering and spacing.
set math.equation(numbering: "(1)")
show math.equation: set block(spacing: 0.65em)
// show math.equation: set text(weight: 400)
// Configure lists and terms.

View File

@ -1,4 +1,4 @@
#import "@preview/solo-lu-df:0.1.0": *
#import "@preview/solo-lu-df:0.1.1": *
#show: ludf.with(
title: "Darba Nosaukums",

View File

@ -1,6 +1,6 @@
[package]
name = "solo-lu-df"
version = "0.1.0"
version = "0.1.1"
entrypoint = "src/lib.typ"
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
license = "MIT"