From 04e071e419b9f6cc4fe5ceb409d8e02645b5ee06 Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Wed, 17 May 2023 14:06:24 +0200 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ffa2658..6361ee4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2253,7 +2253,7 @@ dependencies = [ [[package]] name = "yewprint" -version = "0.4.4" +version = "0.4.5" dependencies = [ "gloo", "id_tree", diff --git a/Cargo.toml b/Cargo.toml index 3eb1248..6b71748 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yewprint" -version = "0.4.4" +version = "0.4.5" authors = ["Cecile Tonglet "] edition = "2021" license = "MIT OR Apache-2.0"