Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasKroepelin committed Aug 28, 2023
1 parent 2b30768 commit d9063c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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: *
Expand Down
2 changes: 1 addition & 1 deletion book/src/IMPORT.typ
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#import "@preview/polylux:0.3.0": *
#import "@preview/polylux:0.3.1": *
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d9063c2

Please sign in to comment.