diff options
author | 2020-04-15 08:50:47 +0200 | |
---|---|---|
committer | 2020-04-15 08:58:14 +0200 | |
commit | 4808fcbd7eb29315e66c660a21a18aa6305739b6 (patch) | |
tree | c7a15ad796d4a39fd45376d7c27aa6bca80b4663 /native/Cargo.toml | |
parent | f37a65896226238dda79de5800ed1c0d9e8008c2 (diff) | |
download | iced-4808fcbd7eb29315e66c660a21a18aa6305739b6.tar.gz iced-4808fcbd7eb29315e66c660a21a18aa6305739b6.tar.bz2 iced-4808fcbd7eb29315e66c660a21a18aa6305739b6.zip |
Bump versions :tada:
Diffstat (limited to 'native/Cargo.toml')
-rw-r--r-- | native/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/Cargo.toml b/native/Cargo.toml index eb21c262..ca58d75c 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_native" -version = "0.2.0" +version = "0.2.1" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2018" description = "A renderer-agnostic library for native GUIs" |