diff --git a/Cargo.toml b/Cargo.toml index 47ed5e0..e610acb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,10 +11,10 @@ members = [ exclude = ["examples"] [workspace.dependencies] -thaw = { version = "0.4.0-alpha", path = "./thaw" } -thaw_components = { version = "0.2.0-alpha", path = "./thaw_components" } -thaw_macro = { version = "0.1.0-alpha", path = "./thaw_macro" } -thaw_utils = { version = "0.1.0-alpha", path = "./thaw_utils" } +thaw = { version = "0.4.0-beta", path = "./thaw" } +thaw_components = { version = "0.2.0-beta", path = "./thaw_components" } +thaw_macro = { version = "0.1.0-beta", path = "./thaw_macro" } +thaw_utils = { version = "0.1.0-beta", path = "./thaw_utils" } leptos = { version = "0.7.0-beta2" } leptos_meta = { version = "0.7.0-beta2" } diff --git a/thaw/Cargo.toml b/thaw/Cargo.toml index 17de138..8ecfb80 100644 --- a/thaw/Cargo.toml +++ b/thaw/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thaw" -version = "0.4.0-alpha" +version = "0.4.0-beta" edition = "2021" keywords = ["web", "leptos", "ui", "thaw", "component"] readme = "../README.md" diff --git a/thaw_components/Cargo.toml b/thaw_components/Cargo.toml index 5491f22..68b0c72 100644 --- a/thaw_components/Cargo.toml +++ b/thaw_components/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thaw_components" -version = "0.2.0-alpha" +version = "0.2.0-beta" edition = "2021" keywords = ["leptos", "thaw", "components"] readme = "../README.md" diff --git a/thaw_macro/Cargo.toml b/thaw_macro/Cargo.toml index 5bbd1c5..ad75285 100644 --- a/thaw_macro/Cargo.toml +++ b/thaw_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thaw_macro" -version = "0.1.0-alpha" +version = "0.1.0-beta" edition = "2021" keywords = ["leptos", "thaw", "macro"] readme = "../README.md" diff --git a/thaw_utils/Cargo.toml b/thaw_utils/Cargo.toml index e788493..d34737e 100644 --- a/thaw_utils/Cargo.toml +++ b/thaw_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thaw_utils" -version = "0.1.0-alpha" +version = "0.1.0-beta" edition = "2021" keywords = ["leptos", "thaw", "utils"] readme = "../README.md"