diff options
author | Daniel Schadt <kingdread@gmx.de> | 2020-05-12 13:30:27 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2020-05-12 13:30:27 +0200 |
commit | e215ccbfeedd8a592bfd2c00f4273ab5682fc924 (patch) | |
tree | f9778002b6a262c8bdc858b5d5b30a281d8fe4c0 /Cargo.toml | |
parent | 4f908d04a1c12d35f2a7643e1163f40aba4a4e37 (diff) | |
download | evtclib-e215ccbfeedd8a592bfd2c00f4273ab5682fc924.tar.gz evtclib-e215ccbfeedd8a592bfd2c00f4273ab5682fc924.tar.bz2 evtclib-e215ccbfeedd8a592bfd2c00f4273ab5682fc924.zip |
bump version to 0.3.2v0.3.2
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.3.1" +version = "0.3.2" authors = ["Daniel"] edition = "2018" description = "An evtc parsing library" |