Skip to content

Commit

Permalink
release: v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DogeDark committed Jan 19, 2024
1 parent 187850d commit 66fb784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 66fb784

Please sign in to comment.