diff options
author | 2022-11-10 18:15:10 +0100 | |
---|---|---|
committer | 2022-11-10 18:15:10 +0100 | |
commit | 23299a555f8b7e908a6a14915307792a7cf97b9a (patch) | |
tree | 2bde788b54c43ad9c175bb0206c0477aa32766fd | |
parent | a6298ba12c038d5eaddca9327abb385aa72a82e9 (diff) | |
download | iced-23299a555f8b7e908a6a14915307792a7cf97b9a.tar.gz iced-23299a555f8b7e908a6a14915307792a7cf97b9a.tar.bz2 iced-23299a555f8b7e908a6a14915307792a7cf97b9a.zip |
Bump versions :tada:
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | core/Cargo.toml | 2 | ||||
-rw-r--r-- | futures/Cargo.toml | 2 | ||||
-rw-r--r-- | glow/Cargo.toml | 2 | ||||
-rw-r--r-- | native/Cargo.toml | 2 | ||||
-rw-r--r-- | wgpu/Cargo.toml | 2 | ||||
-rw-r--r-- | winit/Cargo.toml | 2 |
7 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ [package] name = "iced" -version = "0.5.1" +version = "0.5.2" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2021" description = "A cross-platform GUI library inspired by Elm" diff --git a/core/Cargo.toml b/core/Cargo.toml index 9f6e830a..6fd0a38c 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 <hector0193@gmail.com>"] edition = "2021" description = "The essential concepts of Iced" diff --git a/futures/Cargo.toml b/futures/Cargo.toml index 49cdb5a9..b69cb59b 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 <hector0193@gmail.com>"] edition = "2021" description = "Commands, subscriptions, and runtimes for Iced" diff --git a/glow/Cargo.toml b/glow/Cargo.toml index 0351b480..1977f4b6 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 <hector0193@gmail.com>"] edition = "2021" description = "A glow renderer for iced" diff --git a/native/Cargo.toml b/native/Cargo.toml index f798253e..558909be 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 <hector0193@gmail.com>"] edition = "2021" description = "A renderer-agnostic library for native GUIs" diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index b017c3a3..b1fb0dd1 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 <hector0193@gmail.com>"] edition = "2021" description = "A wgpu renderer for Iced" diff --git a/winit/Cargo.toml b/winit/Cargo.toml index 1133adb1..a3ac3ddd 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 <hector0193@gmail.com>"] edition = "2021" description = "A winit runtime for Iced" |