diff options
author | Agathe Porte <microjoe@microjoe.org> | 2020-03-27 20:48:43 +0100 |
---|---|---|
committer | Agathe Porte <microjoe@microjoe.org> | 2020-03-27 20:48:43 +0100 |
commit | 2d9ce227338b9fa39577e9db56c66d1e7d692541 (patch) | |
tree | cb4c60bf0625966ca698bb5b0c0dcacee0ddae69 | |
parent | ab13575402e2686e66aaf1b171bf15e3535843a6 (diff) | |
download | charlcd-2d9ce227338b9fa39577e9db56c66d1e7d692541.tar.gz charlcd-2d9ce227338b9fa39577e9db56c66d1e7d692541.zip |
Cargo.toml: bump to version 0.1.1v0.1.1
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "charlcd" -version = "0.1.0" +version = "0.1.1" authors = ["Agathe Porte <microjoe@microjoe.org>"] edition = "2018" license = "Apache-2.0" |