diff options
author | 2022-12-07 04:38:00 +0100 | |
---|---|---|
committer | 2022-12-07 04:44:20 +0100 | |
commit | 4c61f12768cdbe728b1dd4a074e36fb6a69534ab (patch) | |
tree | 429086835ee7dce09f431749e07d442df812f9c1 /core/Cargo.toml | |
parent | f38e7fcac2e3505d11577ade1757a77ca2a544ea (diff) | |
download | iced-4c61f12768cdbe728b1dd4a074e36fb6a69534ab.tar.gz iced-4c61f12768cdbe728b1dd4a074e36fb6a69534ab.tar.bz2 iced-4c61f12768cdbe728b1dd4a074e36fb6a69534ab.zip |
Bump versions :tada:
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 6fd0a38c..c401f30a 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_core" -version = "0.6.1" +version = "0.6.2" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2021" description = "The essential concepts of Iced" |