Skip to content

Commit cba70ee

Browse files
committed
chore: node vbump
1 parent 4119f33 commit cba70ee

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/pdfitdown-ts/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
authors = ["Clelia Astra Bertelli <astraberte9@gmail.com>"]
44
edition = "2021"
55
name = "pdfitdown-ts"
6-
version = "4.0.0"
6+
version = "4.1.0"
77

88
[lib]
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
napi = "3.0.0"
1313
napi-derive = "3.0.0"
14-
pdfitdown = { path = "../pdfitdown", version = "4.0.0" }
14+
pdfitdown = { path = "../pdfitdown", version = "4.1.0" }
1515

1616
[build-dependencies]
1717
napi-build = "2"

0 commit comments

Comments
 (0)