aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2020-08-17 14:53:30 +0200
committerDaniel Schadt <kingdread@gmx.de>2020-08-17 14:53:30 +0200
commit86fc78ac5fcf500cd19a1d791986548b0f3b6f5a (patch)
tree698d5a91418646af225d644482649886a1dfd7eb /Cargo.toml
parent0585e43fa82a359e768815394b493801773feb0c (diff)
downloadevtclib-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 13ed451..07c9356 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "evtclib"
-version = "0.4.0"
+version = "0.4.1"
authors = ["Daniel"]
edition = "2018"
description = "An evtc parsing library"