From 38dfc96b145635b67af5391f19f86838a77a46a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Esp=C3=ADn?= Date: Wed, 2 Aug 2023 22:22:01 +0200 Subject: [PATCH] chore: Prepare for 0.4 release (#15) --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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