diff --git a/README.md b/README.md index 7062ac7..1c39168 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ sudo apt-get install xorg-dev You can add `dioxus-std` to your application by adding it to your dependencies. ```toml [dependencies] -dioxus-std = { version = "0.4.1", features = [] } +dioxus-std = { version = "0.4.2", features = [] } ``` ## License diff --git a/std/Cargo.toml b/std/Cargo.toml index db466f0..f7b3658 100644 --- a/std/Cargo.toml +++ b/std/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dioxus-std" -version = "0.4.1" +version = "0.4.2" authors = ["Jonathan Kelley", "Dioxus Labs", "ealmloff", "DogeDark", "marc2332"] edition = "2021" description = "Platform agnostic library for supercharging your productivity with Dioxus"