diff --git a/Cargo.toml b/Cargo.toml index eb42d3c..cc0f14a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ authors = ["CloudShuttle "] edition = "2024" license = "MIT" repository = "https://github.com/cloud-shuttle/leptos-shadcn-ui" -version = "0.6.0" +version = "0.7.0" [workspace.dependencies] leptos = "0.8" diff --git a/packages/leptos/button/Cargo.toml b/packages/leptos/button/Cargo.toml index 084d0d2..491e6ed 100644 --- a/packages/leptos/button/Cargo.toml +++ b/packages/leptos/button/Cargo.toml @@ -7,7 +7,7 @@ authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true -version = "0.6.0" +version = "0.7.0" [dependencies] leptos.workspace = true