Skip to content

Commit

Permalink
bump core to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Aug 22, 2023
1 parent a38860e commit da4794d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -50,12 +50,12 @@ members = [
exclude = ["examples/mobile_demo"]

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

# dependencies that are shared across packages
[workspace.dependencies]
dioxus = { path = "packages/dioxus", version = "0.4.0" }
dioxus-core = { path = "packages/core", version = "0.4.1" }
dioxus-core = { path = "packages/core", version = "0.4.2" }
dioxus-core-macro = { path = "packages/core-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" }
Expand Down

0 comments on commit da4794d

Please sign in to comment.