Skip to content

Commit 969a05b

Browse files
committed
Bump version: 0.1.3 -> 1.0.0
1 parent 29a94e8 commit 969a05b

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
@@ -40,7 +40,7 @@ This package provides two functions:
4040
### Example
4141
4242
```typ
43-
#import "@preview/derive-it:0.1.3": *
43+
#import "@preview/derive-it:1.0.0": *
4444
4545
#ded-nat(stcolor: black, arr:(
4646
("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 = "0.1.3"
3+
version = "1.0.0"
44
entrypoint = "lib.typ"
55
authors = ["0rphee <@0rphee>"]
66
license = "MIT"

0 commit comments

Comments
 (0)