diff options
-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" |