Skip to content

Commit

Permalink
v0.2.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptistemontan committed Sep 12, 2023
1 parent 7233676 commit a3a517d
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.2.0-beta3"
version = "0.2.0-beta4"

[workspace.dependencies]
leptos_i18n = { path = "./leptos_i18n", version = "0.2.0-beta3" }
leptos_i18n_macro = { path = "./leptos_i18n_macro", version = "0.2.0-beta3" }
leptos_i18n = { path = "./leptos_i18n", version = "0.2.0-beta4" }
leptos_i18n_macro = { path = "./leptos_i18n_macro", version = "0.2.0-beta4" }

0 comments on commit a3a517d

Please sign in to comment.