Skip to content

Commit

Permalink
Merge pull request #1276 from DioxusLabs/jk/release-new-versions
Browse files Browse the repository at this point in the history
Release new versions (0.4.1)
  • Loading branch information
jkelleyrtp authored Aug 2, 2023
2 parents 0b382a4 + 906f3ee commit c10fd9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ members = [
exclude = ["examples/mobile_demo"]

[workspace.package]
version = "0.4.0"
version = "0.4.1"

# dependencies that are shared across packages
[workspace.dependencies]
dioxus = { path = "packages/dioxus", version = "0.4.0" }
dioxus-core = { path = "packages/core", version = "0.4.0" }
dioxus-core-macro = { path = "packages/core-macro", version = "0.4.0" }
dioxus-router = { path = "packages/router", version = "0.4.0" }
dioxus-router-macro = { path = "packages/router-macro", version = "0.4.0" }
dioxus-router = { path = "packages/router", version = "0.4.1" }
dioxus-router-macro = { path = "packages/router-macro", version = "0.4.1" }
dioxus-html = { path = "packages/html", version = "0.4.0" }
dioxus-hooks = { path = "packages/hooks", version = "0.4.0" }
dioxus-web = { path = "packages/web", version = "0.4.0" }
Expand Down

0 comments on commit c10fd9a

Please sign in to comment.