diff --git a/README.md b/README.md index 7ffc581..fba421a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This manual assume you have a good enough understanding of typst markup and scri For Typst 0.6.0 or later import the package from the typst preview repository: ```ts -#import "@preview/glossarium:0.2.2": make-glossary, print-glossary, gls, glspl +#import "@preview/glossarium:0.2.3": make-glossary, print-glossary, gls, glspl ``` For Typst before 0.6.0 or to use **glossarium** as a local module, download the package files into your project folder and import `glossarium.typ`: diff --git a/makefile b/makefile index 334d3fc..1587734 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -version=0.2.2 +version=0.2.3 local: mkdir -p ~/.local/share/typst/packages/local/glossarium/${version} diff --git a/tbump.toml b/tbump.toml index 390a404..09aa2ce 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ # github_url = "https://github.com///" [version] -current = "0.2.2" +current = "0.2.3" # Example of a semver regexp. # Make sure this matches current_version before diff --git a/typst.toml b/typst.toml index 248afb0..5637674 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "glossarium" -version = "0.2.2" +version = "0.2.3" entrypoint = "glossarium.typ" authors = ["slashformotion", "Dherse"] license = "MIT"