Skip to content

Commit e83d575

Browse files
committed
0.4.4
1 parent 3162730 commit e83d575

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
members = ["leptos-mview-core", "leptos-mview-macro"]
33

44
[workspace.package]
5-
version = "0.4.3"
5+
version = "0.4.4"
66
edition = "2021"
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/blorbb/leptos-mview"
@@ -30,7 +30,7 @@ leptos = { version = "0.7.5", features = ["ssr", "nightly"] }
3030
leptos_router = { version = "0.7.5", features = ["ssr", "nightly"] }
3131

3232
[dependencies]
33-
leptos-mview-macro = { path = "leptos-mview-macro", version = "0.4.3" }
33+
leptos-mview-macro = { path = "leptos-mview-macro", version = "0.4.4" }
3434

3535
[dev-dependencies]
3636
trybuild.workspace = true

leptos-mview-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ proc-macro = true
1313
[dependencies]
1414
proc-macro2.workspace = true
1515
proc-macro-error2.workspace = true
16-
leptos-mview-core = { path = "../leptos-mview-core", version = "0.4.3" }
16+
leptos-mview-core = { path = "../leptos-mview-core", version = "0.4.4" }
1717

1818
# needed for doctests to run
1919
[dev-dependencies]

0 commit comments

Comments
 (0)