Skip to content

Commit 66fb784

Browse files
committed
release: v0.4.2
1 parent 187850d commit 66fb784

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ sudo apt-get install xorg-dev
7979
You can add `dioxus-std` to your application by adding it to your dependencies.
8080
```toml
8181
[dependencies]
82-
dioxus-std = { version = "0.4.1", features = [] }
82+
dioxus-std = { version = "0.4.2", features = [] }
8383
```
8484

8585
## License

std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dioxus-std"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["Jonathan Kelley", "Dioxus Labs", "ealmloff", "DogeDark", "marc2332"]
55
edition = "2021"
66
description = "Platform agnostic library for supercharging your productivity with Dioxus"

0 commit comments

Comments
 (0)