Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicEricEE committed Oct 23, 2024
1 parent 20a418c commit 910ba9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Note that when using `em` units, they are resolved relative to the font size of
## Example

```typ
#import "@preview/droplet:0.2.0": dropcap
#import "@preview/droplet:0.3.0": dropcap
#set par(justify: true)
Expand Down
4 changes: 2 additions & 2 deletions typst.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "droplet"
version = "0.2.0"
version = "0.3.0"
entrypoint = "src/lib.typ"
compiler = "0.11.0"
authors = ["Eric Biedert"]
repository = "https://github.com/EpicEricEE/typst-droplet"
license = "MIT"
description = "Customizable dropped capitals."
exclude = ["README.md", "assets", "tests"]
exclude = ["assets", "tests"]
categories = ["text"]
keywords = [
"drop", "dropped", "dropcap", "big", "large", "caps", "capital", "capitals",
Expand Down

0 comments on commit 910ba9d

Please sign in to comment.