diff options
author | Daniel Schadt <kingdread@gmx.de> | 2020-08-17 14:53:30 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2020-08-17 14:53:30 +0200 |
commit | 86fc78ac5fcf500cd19a1d791986548b0f3b6f5a (patch) | |
tree | 698d5a91418646af225d644482649886a1dfd7eb /Cargo.toml | |
parent | 0585e43fa82a359e768815394b493801773feb0c (diff) | |
download | evtclib-86fc78ac5fcf500cd19a1d791986548b0f3b6f5a.tar.gz evtclib-86fc78ac5fcf500cd19a1d791986548b0f3b6f5a.tar.bz2 evtclib-86fc78ac5fcf500cd19a1d791986548b0f3b6f5a.zip |
bump version to 0.4.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "evtclib" -version = "0.4.0" +version = "0.4.1" authors = ["Daniel"] edition = "2018" description = "An evtc parsing library" |