aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2020-07-24 15:13:39 +0200
committerDaniel Schadt <kingdread@gmx.de>2020-07-24 15:13:39 +0200
commit1eb04b8496dcdf626f8d4651f66955a0ea7c1102 (patch)
tree590c261faa0aa52aa37ba81b005111ae0322d54e /Cargo.toml
parentdf83dba4e5481fc1f5d6276867d09ef729fcfc25 (diff)
downloadevtclib-1eb04b8496dcdf626f8d4651f66955a0ea7c1102.tar.gz
evtclib-1eb04b8496dcdf626f8d4651f66955a0ea7c1102.tar.bz2
evtclib-1eb04b8496dcdf626f8d4651f66955a0ea7c1102.zip
bump version to 0.4.0v0.4.0
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 1b9a380..13ed451 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "evtclib"
-version = "0.3.3"
+version = "0.4.0"
authors = ["Daniel"]
edition = "2018"
description = "An evtc parsing library"