From 73b438e6a83bcbf4fb25e77d0d0516c8209d62bc Mon Sep 17 00:00:00 2001 From: genusistimelord Date: Mon, 8 May 2023 13:40:41 -0400 Subject: [PATCH] Release 0.5.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6ecf236c..0049ee84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "iced_aw" -version = "0.5.0" -authors = ["Kaiden42 "] +version = "0.5.1" +authors = ["Kaiden42 ", "Andrew Wheeler "] edition = "2021" description = "Additional widgets for the Iced GUI library" license = "MIT"