From e10634d18d11f344ab9f50235d28f8bfe8583445 Mon Sep 17 00:00:00 2001 From: Matthew Scheffel Date: Fri, 5 Jan 2024 11:49:46 -0400 Subject: [PATCH] Version bump --- Cargo.lock | 2 +- packages/yew-bootstrap/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3450665..6d6c07a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1120,7 +1120,7 @@ dependencies = [ [[package]] name = "yew-bootstrap" -version = "0.9.0" +version = "0.10.0" dependencies = [ "anyhow", "convert_case", diff --git a/packages/yew-bootstrap/Cargo.toml b/packages/yew-bootstrap/Cargo.toml index e47248b..cf43e83 100644 --- a/packages/yew-bootstrap/Cargo.toml +++ b/packages/yew-bootstrap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yew-bootstrap" -version = "0.9.0" +version = "0.10.0" authors = ["Matthew Scheffel ", "Foorack "] edition = "2021" license = "MIT"