Skip to content

Commit

Permalink
Bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jneug committed Apr 23, 2024
1 parent a0cb1c7 commit bdbf653
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Mantys (v0.1.1)
# Mantys (v0.1.2)

> **MAN**uals for **TY**p**S**t
Expand All @@ -8,7 +8,7 @@ Template for documenting [typst](https://github.com/typst/typst) packages and te

Just import the package at the beginning of your manual:
```typst
#import "@preview/mantys:0.1.1": *
#import "@preview/mantys:0.1.2": *
```

Mantys supports **Typst 0.11.0** and newer.
Expand All @@ -18,7 +18,7 @@ Mantys supports **Typst 0.11.0** and newer.
A basic template for a manual could look like this:

```typst
#import "@local/mantys:0.1.1": *
#import "@local/mantys:0.1.2": *
#import "your-package.typ"
Expand Down
Binary file modified docs/mantys-manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/mantys-manual.typ
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ This manual is supposed to be a complete reference of Mantys, but might be out o

Just import MANTYS inside your `typ` file:
#codesnippet[```typ
#import "@preview/mantys:0.1.1": *
#import "@preview/mantys:0.1.2": *
```]

=== Initializing the template
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
github_url = "https://github.com/jneug/typst-mantys/"

[version]
current = "0.1.1"
current = "0.1.2"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down
2 changes: 1 addition & 1 deletion template/manual.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "@preview/mantys:0.1.1": *
#import "@preview/mantys:0.1.2": *

#show: mantys.with(
name: "mantys",
Expand Down
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mantys"
version = "0.1.1"
version = "0.1.2"
entrypoint = "src/mantys.typ"
authors = ["Jonas Neugebauer"]
license = "MIT"
Expand Down

0 comments on commit bdbf653

Please sign in to comment.