Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gewi413 committed Oct 28, 2023
1 parent 21d1f2d commit 8d83468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Made by Gewi413 and Pegacraffft

## How to use

To use the package you can import it through this command `import "@preview/plotst:0.1.0": *` (as soon as the pull request ist accepted).
To use the package you can import it through this command `import "@preview/plotst:0.2.0": *` (as soon as the pull request ist accepted).
The documentation is found in the `Docs.pdf` in the `docs` folder. It contains all functions necessary to use this library. It also includes a tutorial to create every available plot under their respective render methods.

If you need some example code, check out `main.typ` in the `examples` folder. It also includes a compiled version of the current `main.typ`
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 = "plotst"
version = "0.1.0"
version = "0.2.0"
entrypoint = "lib.typ"
authors = ["Pegacraft", "Gewi413"]
license = "MIT"
Expand Down

0 comments on commit 8d83468

Please sign in to comment.