Skip to content

Commit f4c7f3b

Browse files
committed
0.4.1
1 parent 8f80d0c commit f4c7f3b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leptos-mview"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
keywords = ["macro", "leptos", "view"]
@@ -11,7 +11,7 @@ readme = "README.md"
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
leptos-mview-macro = { path = "leptos-mview-macro", version = "0.4.0" }
14+
leptos-mview-macro = { path = "leptos-mview-macro", version = "0.4.1" }
1515

1616
[dev-dependencies]
1717
trybuild = "1"

leptos-mview-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leptos-mview-core"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Main implementation of leptos-mview"

leptos-mview-macro/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leptos-mview-macro"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Proc macro export for leptos-mview"
@@ -15,7 +15,7 @@ proc-macro = true
1515
[dependencies]
1616
proc-macro2 = "1"
1717
proc-macro-error2 = "2"
18-
leptos-mview-core = { path = "../leptos-mview-core", version = "0.4.0" }
18+
leptos-mview-core = { path = "../leptos-mview-core", version = "0.4.1" }
1919

2020
[features]
2121
nightly = ["proc-macro-error2/nightly"]

0 commit comments

Comments
 (0)