diff options
author | 2020-04-15 08:50:47 +0200 | |
---|---|---|
committer | 2020-04-15 08:58:14 +0200 | |
commit | 4808fcbd7eb29315e66c660a21a18aa6305739b6 (patch) | |
tree | c7a15ad796d4a39fd45376d7c27aa6bca80b4663 /Cargo.toml | |
parent | f37a65896226238dda79de5800ed1c0d9e8008c2 (diff) | |
download | iced-4808fcbd7eb29315e66c660a21a18aa6305739b6.tar.gz iced-4808fcbd7eb29315e66c660a21a18aa6305739b6.tar.bz2 iced-4808fcbd7eb29315e66c660a21a18aa6305739b6.zip |
Bump versions :tada:
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "iced" -version = "0.1.0" +version = "0.1.1" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2018" description = "A cross-platform GUI library inspired by Elm" |