From 477d9bd6ad0f6653f270e624eb4d31683779dc0a Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 20 Apr 2023 15:26:26 +0200 Subject: Bump version of `iced_native` :tada: --- native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/Cargo.toml b/native/Cargo.toml index 869c1bb0..d0ec403d 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_native" -version = "0.10.1" +version = "0.10.2" authors = ["Héctor Ramón Jiménez "] edition = "2021" description = "A renderer-agnostic library for native GUIs" -- cgit