Skip to content

Commit

Permalink
v0.5.0-gamma
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptistemontan committed Oct 13, 2024
1 parent 3782e27 commit 55dbbef
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 @@ -10,10 +10,10 @@ members = [
exclude = ["examples", "tests"]

[workspace.package]
version = "0.5.0-beta"
version = "0.5.0-gamma"

[workspace.dependencies]
leptos_i18n_macro = { path = "./leptos_i18n_macro", default-features = false, version = "0.5.0-beta" }
leptos_i18n = { path = "./leptos_i18n", version = "0.5.0-beta" }
leptos_i18n_macro = { path = "./leptos_i18n_macro", default-features = false, version = "0.5.0-gamma" }
leptos_i18n = { path = "./leptos_i18n", version = "0.5.0-gamma" }
tests_common = { path = "./tests/common", version = "0.1.0" }
leptos = { version = "0.7.0-gamma2" }

0 comments on commit 55dbbef

Please sign in to comment.