diff --git a/README.md b/README.md index 60132f4..ddd6338 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ For more information, see the [manual](manual.pdf) To use this package, simply import [circuiteria](https://typst.app/universe/package/circuiteria) and call the `circuit` function: ```typ -#import "@preview/circuiteria:0.2.0" +#import "@preview/circuiteria:0.3.0" #circuiteria.circuit({ import circuiteria: * ... diff --git a/manual.typ b/manual.typ index bb28013..9e414b4 100644 --- a/manual.typ +++ b/manual.typ @@ -105,7 +105,7 @@ This package provides a way to make beautiful block circuit diagrams using the C Simply import Circuiteria and call the `circuit` function: #pad(left: 1em)[```typ -#import "@preview/circuiteria:0.2.0" +#import "@preview/circuiteria:0.3.0" #circuiteria.circuit({ import circuiteria: * ... diff --git a/src/lib.typ b/src/lib.typ index 7f27208..55e250d 100644 --- a/src/lib.typ +++ b/src/lib.typ @@ -1,4 +1,4 @@ -#let version = version(0, 2, 0) +#let version = version(0, 3, 0) #import "circuit.typ": circuit #import "element.typ" diff --git a/typst.toml b/typst.toml index 39cff5b..9dd3bb4 100644 --- a/typst.toml +++ b/typst.toml @@ -1,7 +1,7 @@ [package] name = "circuiteria" -version = "0.2.0" -compiler = "0.13.0" +version = "0.3.0" +compiler = "0.15.0" repository = "https://git.kb28.ch/HEL/circuiteria" entrypoint = "src/lib.typ" authors = [