diff --git a/integrations/actix/Cargo.toml b/integrations/actix/Cargo.toml index 2c755a10c..215d3eb06 100644 --- a/integrations/actix/Cargo.toml +++ b/integrations/actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos_actix" -version = "0.0.2" +version = "0.0.3" edition = "2021" authors = ["Greg Johnston"] license = "MIT" diff --git a/integrations/axum/Cargo.toml b/integrations/axum/Cargo.toml index f81f9387e..d1d25fd54 100644 --- a/integrations/axum/Cargo.toml +++ b/integrations/axum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos_axum" -version = "0.0.4" +version = "0.0.5" edition = "2021" authors = ["Greg Johnston"] license = "MIT"