diff --git a/Cargo.toml b/Cargo.toml index bf4b169..5af8bf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dioxus-std" -version = "0.3.0" +version = "0.4.0" authors = ["Jonathan Kelley", "Dioxus Labs", "ealmloff", "DogeDark"] edition = "2021" description = "Platform agnostic library for supercharging your productivity with Dioxus" diff --git a/README.md b/README.md index 88aef04..752c306 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.3.0", features = [] } +dioxus-std = { version = "0.4.0", features = [] } ``` ## License