Skip to content

Commit 1cf7d5d

Browse files
committed
(cargo-release) version 0.4.1
1 parent c4e139a commit 1cf7d5d

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
@@ -2,7 +2,7 @@
22
edition = "2018"
33
name = "quick-js"
44
description = "QuickJS Javascript engine wrapper"
5-
version = "0.4.1-alpha.0"
5+
version = "0.4.1"
66
readme = "README.md"
77
documentation = "https://docs.rs/quick-js"
88
repository = "https://github.com/theduke/quickjs-rs"

README.md

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

1616
```toml
1717
[dependencies]
18-
quick-js = "0.3.3"
18+
quick-js = "0.4.1"
1919
```
2020

2121
```rust

0 commit comments

Comments
 (0)