diff --git a/README.md b/README.md index 58e9ebc..7bd3e79 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,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.3": * +#import "@preview/solo-lu-df:0.1.4": * #show: ludf.with( title: "Darba Nosaukums", diff --git a/examples/qualification-thesis/main.typ b/examples/qualification-thesis/main.typ index d832472..aff9521 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.3": * +#import "@preview/solo-lu-df:0.1.4": * #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 60d0e0e..268ce6b 100644 --- a/template/main.typ +++ b/template/main.typ @@ -1,4 +1,4 @@ -#import "@preview/solo-lu-df:0.1.3": * +#import "@preview/solo-lu-df:0.1.4": * #show: ludf.with( title: "Darba Nosaukums", diff --git a/typst.toml b/typst.toml index dc950e9..a3d3459 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "solo-lu-df" -version = "0.1.3" +version = "0.1.4" entrypoint = "src/lib.typ" authors = ["Kristofers Solo "] license = "MIT-0"