Skip to content

Commit 910ba9d

Browse files
committed
Bump version to 0.3.0
1 parent 20a418c commit 910ba9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Note that when using `em` units, they are resolved relative to the font size of
5555
## Example
5656

5757
```typ
58-
#import "@preview/droplet:0.2.0": dropcap
58+
#import "@preview/droplet:0.3.0": dropcap
5959
6060
#set par(justify: true)
6161

typst.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "droplet"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
entrypoint = "src/lib.typ"
55
compiler = "0.11.0"
66
authors = ["Eric Biedert"]
77
repository = "https://github.com/EpicEricEE/typst-droplet"
88
license = "MIT"
99
description = "Customizable dropped capitals."
10-
exclude = ["README.md", "assets", "tests"]
10+
exclude = ["assets", "tests"]
1111
categories = ["text"]
1212
keywords = [
1313
"drop", "dropped", "dropcap", "big", "large", "caps", "capital", "capitals",

0 commit comments

Comments
 (0)