Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blorbb committed Jan 18, 2024
1 parent e10b32b commit cc9e3f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leptos-mview"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["macro", "leptos", "view"]
Expand All @@ -11,7 +11,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
leptos-mview-macro = { path = "leptos-mview-macro", version = "0.2.1" }
leptos-mview-macro = { path = "leptos-mview-macro", version = "0.2.2" }

[dev-dependencies]
trybuild = "1"
Expand Down
2 changes: 1 addition & 1 deletion leptos-mview-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leptos-mview-core"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Main implementation of leptos-mview"
Expand Down
4 changes: 2 additions & 2 deletions leptos-mview-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leptos-mview-macro"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Proc macro export for leptos-mview"
Expand All @@ -15,4 +15,4 @@ proc-macro = true
[dependencies]
proc-macro2 = "1"
proc-macro-error = { version = "1", default-features = false }
leptos-mview-core = { path = "../leptos-mview-core", version = "0.2.1" }
leptos-mview-core = { path = "../leptos-mview-core", version = "0.2.2" }

0 comments on commit cc9e3f7

Please sign in to comment.