diff options
author | 2022-05-31 05:40:39 +0200 | |
---|---|---|
committer | 2022-05-31 05:42:43 +0200 | |
commit | cb712f3b84590a3d2541744e3518e1532667c510 (patch) | |
tree | 4650cf59329883babb526030d5902d372d945725 | |
parent | 1830a21a7678f19ae845edd7f9d538515ebfdab6 (diff) | |
download | iced-cb712f3b84590a3d2541744e3518e1532667c510.tar.gz iced-cb712f3b84590a3d2541744e3518e1532667c510.tar.bz2 iced-cb712f3b84590a3d2541744e3518e1532667c510.zip |
Bump versions :tada:
-rw-r--r-- | futures/Cargo.toml | 2 | ||||
-rw-r--r-- | native/Cargo.toml | 2 | ||||
-rw-r--r-- | pure/Cargo.toml | 2 | ||||
-rw-r--r-- | wgpu/Cargo.toml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/futures/Cargo.toml b/futures/Cargo.toml index ed99d79a..61ee00a5 100644 --- a/futures/Cargo.toml +++ b/futures/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_futures" -version = "0.4.0" +version = "0.4.1" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2021" description = "Commands, subscriptions, and runtimes for Iced" diff --git a/native/Cargo.toml b/native/Cargo.toml index a21385de..b4945c05 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_native" -version = "0.5.0" +version = "0.5.1" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2021" description = "A renderer-agnostic library for native GUIs" diff --git a/pure/Cargo.toml b/pure/Cargo.toml index 2301031d..b57e4c5a 100644 --- a/pure/Cargo.toml +++ b/pure/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_pure" -version = "0.2.1" +version = "0.2.2" edition = "2021" description = "Pure widgets for Iced" license = "MIT" diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 6911ff56..a4378aa0 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_wgpu" -version = "0.5.0" +version = "0.5.1" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2021" description = "A wgpu renderer for Iced" |