Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptistemontan committed Aug 30, 2023
1 parent b4a29d0 commit ab0ac07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ members = ["leptos_i18n", "leptos_i18n_macro"]
exclude = ["examples", "tests"]

[workspace.package]
version = "0.1.1"
version = "0.1.2"

[workspace.dependencies]
leptos_i18n = { path = "./leptos_i18n", version = "0.1.1" }
leptos_i18n_macro = { path = "./leptos_i18n_macro", version = "0.1.1" }
leptos_i18n = { path = "./leptos_i18n", version = "0.1.2" }
leptos_i18n_macro = { path = "./leptos_i18n_macro", version = "0.1.2" }

0 comments on commit ab0ac07

Please sign in to comment.