Skip to content

Commit

Permalink
update: stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
DogeDark committed Aug 2, 2023
1 parent 0bfb5c3 commit 5e5b9e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
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.2.1", features = [] }
dioxus-std = { version = "0.3.0", features = [] }
```

## License
Expand Down

0 comments on commit 5e5b9e8

Please sign in to comment.