diff options
author | 2022-05-31 05:40:39 +0200 | |
---|---|---|
committer | 2022-05-31 05:42:43 +0200 | |
commit | cb712f3b84590a3d2541744e3518e1532667c510 (patch) | |
tree | 4650cf59329883babb526030d5902d372d945725 /pure | |
parent | 1830a21a7678f19ae845edd7f9d538515ebfdab6 (diff) | |
download | iced-cb712f3b84590a3d2541744e3518e1532667c510.tar.gz iced-cb712f3b84590a3d2541744e3518e1532667c510.tar.bz2 iced-cb712f3b84590a3d2541744e3518e1532667c510.zip |
Bump versions :tada:
Diffstat (limited to 'pure')
-rw-r--r-- | pure/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |