From 9d14be0d76f6d713da9c408eed6617fb68add286 Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Tue, 23 Apr 2024 13:53:29 +0200 Subject: [PATCH] chore: Release patternfly-yew version 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8fe9c36..21b2970 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "patternfly-yew" -version = "0.6.0-rc.1" +version = "0.6.0" authors = ["Jens Reimann "] edition = "2021" license = "Apache-2.0"