diff --git a/README.md b/README.md index 62faa45..b27dcfc 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you like it, consider [giving a star on GitHub](https://github.com/andreasKro For the bare-bones, do-it-yourself experience, all you need is: ```typ // Get Polylux from the official package repository -#import "@preview/polylux:0.3.0": * +#import "@preview/polylux:0.3.1": * // Make the paper dimensions fit for a presentation and the text larger #set page(paper: "presentation-16-9") @@ -57,7 +57,7 @@ or you can use one of the provided themes. The simplest one of them is called `simple` (what a coincidence!). It is still very unintrusive but gives you some sensible defaults: ```typ -#import "@preview/polylux:0.3.0": * +#import "@preview/polylux:0.3.1": * #import themes.simple: * diff --git a/book/src/IMPORT.typ b/book/src/IMPORT.typ index f6ddd73..d9208a4 100644 --- a/book/src/IMPORT.typ +++ b/book/src/IMPORT.typ @@ -1 +1 @@ -#import "@preview/polylux:0.3.0": * +#import "@preview/polylux:0.3.1": * diff --git a/typst.toml b/typst.toml index 1ed890d..1bca9ee 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "polylux" -version = "0.3.0" +version = "0.3.1" entrypoint = "polylux.typ" authors = ["Andreas Kröpelin", "contributors"] license = "MIT"