Skip to content

Commit eb18269

Browse files
committed
Bump version: 1.0.0 -> 1.1.0
1 parent d1be9a6 commit eb18269

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This package provides two functions:
4242
### Example
4343
4444
```typ
45-
#import "@preview/derive-it:1.0.0": *
45+
#import "@preview/derive-it:1.1.0": *
4646
4747
#ded-nat(stcolor: black, arr:(
4848
("1", 0, $forall x (P x) and forall x (Q x)$, "PR"),

typst.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "derive-it"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
entrypoint = "lib.typ"
55
authors = ["0rphee <@0rphee>"]
66
license = "MIT"

0 commit comments

Comments
 (0)