diff --git a/Cargo.lock b/Cargo.lock index 46b1e2aa..ca3bd07b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2562,7 +2562,7 @@ dependencies = [ [[package]] name = "iced_widget" -version = "0.14.0" +version = "0.14.1" dependencies = [ "iced_highlighter", "iced_renderer", diff --git a/widget/Cargo.toml b/widget/Cargo.toml index b65cfedf..3ae656c2 100644 --- a/widget/Cargo.toml +++ b/widget/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "iced_widget" description = "The built-in widgets for iced" -version.workspace = true +version = "0.14.1" edition.workspace = true authors.workspace = true license.workspace = true