Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Icemic committed Apr 8, 2024
1 parent 78c5c8a commit 221fff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "quickjspp"
readme = "README.md"
repository = "https://github.com/Icemic/quickjspp-rs"
version = "0.4.6"
version = "0.5.0"

[package.metadata.docs.rs]
features = ["chrono", "bigint", "log"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This crate allows you to easily run and integrate with Javascript code from Rust

```toml
[dependencies]
quickjspp = "0.4.6"
quickjspp = "0.5.0"
```

```rust
Expand Down

0 comments on commit 221fff9

Please sign in to comment.