From 23299a555f8b7e908a6a14915307792a7cf97b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Thu, 10 Nov 2022 18:15:10 +0100 Subject: [PATCH] Bump versions :tada: --- Cargo.toml | 2 +- core/Cargo.toml | 2 +- futures/Cargo.toml | 2 +- glow/Cargo.toml | 2 +- native/Cargo.toml | 2 +- wgpu/Cargo.toml | 2 +- winit/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 204d3de892..2644f50829 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced" -version = "0.5.1" +version = "0.5.2" authors = ["Héctor Ramón Jiménez "] edition = "2021" description = "A cross-platform GUI library inspired by Elm" diff --git a/core/Cargo.toml b/core/Cargo.toml index 9f6e830a46..6fd0a38cdd 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_core" -version = "0.6.0" +version = "0.6.1" authors = ["Héctor Ramón Jiménez "] edition = "2021" description = "The essential concepts of Iced" diff --git a/futures/Cargo.toml b/futures/Cargo.toml index 49cdb5a9d7..b69cb59bb4 100644 --- a/futures/Cargo.toml +++ b/futures/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_futures" -version = "0.5.0" +version = "0.5.1" authors = ["Héctor Ramón Jiménez "] edition = "2021" description = "Commands, subscriptions, and runtimes for Iced" diff --git a/glow/Cargo.toml b/glow/Cargo.toml index 0351b4804a..1977f4b61e 100644 --- a/glow/Cargo.toml +++ b/glow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_glow" -version = "0.4.0" +version = "0.4.1" authors = ["Héctor Ramón Jiménez "] edition = "2021" description = "A glow renderer for iced" diff --git a/native/Cargo.toml b/native/Cargo.toml index f798253e81..558909bed6 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_native" -version = "0.6.0" +version = "0.6.1" authors = ["Héctor Ramón Jiménez "] edition = "2021" description = "A renderer-agnostic library for native GUIs" diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index b017c3a3b7..b1fb0dd1af 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_wgpu" -version = "0.6.0" +version = "0.6.1" authors = ["Héctor Ramón Jiménez "] edition = "2021" description = "A wgpu renderer for Iced" diff --git a/winit/Cargo.toml b/winit/Cargo.toml index 1133adb1d0..a3ac3ddd46 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_winit" -version = "0.5.0" +version = "0.5.1" authors = ["Héctor Ramón Jiménez "] edition = "2021" description = "A winit runtime for Iced"