From 5e5b9e84a27b0cb40c012eeb919f17f19e29bb50 Mon Sep 17 00:00:00 2001 From: Miles Murgaw Date: Wed, 2 Aug 2023 12:24:05 -0400 Subject: [PATCH] update: stuff --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d4900e4..cff64c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dioxus-std" -version = "0.2.1" +version = "0.3.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 2949fc4..88aef04 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.2.1", features = [] } +dioxus-std = { version = "0.3.0", features = [] } ``` ## License