Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptistemontan committed Sep 4, 2023
1 parent e245a91 commit 6a88ebf
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.2"
version = "0.1.3"

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

0 comments on commit 6a88ebf

Please sign in to comment.