summaryrefslogtreecommitdiffstats
path: root/widget/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-07-29 20:08:07 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-07-29 20:08:07 +0200
commit50ce65b3b7ad10a8537b751b3890d9dcfaecf846 (patch)
tree44ee15551e323bfea40617cecdf2816225197170 /widget/Cargo.toml
parent8309a6b00762efd821ba298173a7ae823de0ae0b (diff)
downloadiced-50ce65b3b7ad10a8537b751b3890d9dcfaecf846.tar.gz
iced-50ce65b3b7ad10a8537b751b3890d9dcfaecf846.tar.bz2
iced-50ce65b3b7ad10a8537b751b3890d9dcfaecf846.zip
Bump version of `iced_widget` :tada:
Diffstat (limited to 'widget/Cargo.toml')
-rw-r--r--widget/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/widget/Cargo.toml b/widget/Cargo.toml
index 2cba4c5a..51319d29 100644
--- a/widget/Cargo.toml
+++ b/widget/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "iced_widget"
-version = "0.1.1"
+version = "0.1.2"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
description = "The built-in widgets for Iced"