Skip to content

Commit 38dfc96

Browse files
authored
chore: Prepare for 0.4 release (#15)
1 parent 4842a78 commit 38dfc96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.3.0"
3+
version = "0.4.0"
44
authors = ["Jonathan Kelley", "Dioxus Labs", "ealmloff", "DogeDark"]
55
edition = "2021"
66
description = "Platform agnostic library for supercharging your productivity with Dioxus"

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.3.0", features = [] }
82+
dioxus-std = { version = "0.4.0", features = [] }
8383
```
8484

8585
## License

0 commit comments

Comments
 (0)