Skip to content

Commit 360e022

Browse files
committed
0.3.1
1 parent 58bf2fb commit 360e022

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.3.0"
3+
version = "0.3.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.3.0" }
14+
leptos-mview-macro = { path = "leptos-mview-macro", version = "0.3.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.3.0"
3+
version = "0.3.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.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Proc macro export for leptos-mview"
@@ -15,4 +15,4 @@ proc-macro = true
1515
[dependencies]
1616
proc-macro2 = "1"
1717
proc-macro-error = { version = "1", default-features = false }
18-
leptos-mview-core = { path = "../leptos-mview-core", version = "0.3.0" }
18+
leptos-mview-core = { path = "../leptos-mview-core", version = "0.3.1" }

0 commit comments

Comments
 (0)