From 3f4770fd28bd23fb1560371dc9f81ba09e3a81cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Sun, 26 Apr 2020 17:18:17 +0200 Subject: [PATCH] Bump versions :tada: --- futures/Cargo.toml | 2 +- native/Cargo.toml | 2 +- wgpu/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/futures/Cargo.toml b/futures/Cargo.toml index e0815d9d1e..f0e2a104c0 100644 --- a/futures/Cargo.toml +++ b/futures/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_futures" -version = "0.1.1" +version = "0.1.2" authors = ["Héctor Ramón Jiménez "] edition = "2018" description = "Commands, subscriptions, and runtimes for Iced" diff --git a/native/Cargo.toml b/native/Cargo.toml index ca58d75c7d..7e9c2a5a58 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_native" -version = "0.2.1" +version = "0.2.2" authors = ["Héctor Ramón Jiménez "] edition = "2018" description = "A renderer-agnostic library for native GUIs" diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 0794b970bd..00f18472aa 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_wgpu" -version = "0.2.1" +version = "0.2.2" authors = ["Héctor Ramón Jiménez "] edition = "2018" description = "A wgpu renderer for Iced"