Skip to content

Commit 221fff9

Browse files
committed
chore: Release
1 parent 78c5c8a commit 221fff9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "quickjspp"
99
readme = "README.md"
1010
repository = "https://github.com/Icemic/quickjspp-rs"
11-
version = "0.4.6"
11+
version = "0.5.0"
1212

1313
[package.metadata.docs.rs]
1414
features = ["chrono", "bigint", "log"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This crate allows you to easily run and integrate with Javascript code from Rust
1616

1717
```toml
1818
[dependencies]
19-
quickjspp = "0.4.6"
19+
quickjspp = "0.5.0"
2020
```
2121

2222
```rust

0 commit comments

Comments
 (0)