aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2020-04-29 15:15:53 +0200
committerDaniel Schadt <kingdread@gmx.de>2020-04-29 15:15:53 +0200
commit6288027ab8b5e17c9dee30e97042198cfe666466 (patch)
tree9f2a0672382dde4c209756fd1a3cdbc41a75f6b5 /Cargo.toml
parent3b619df44f8d6aaaf9e7e2800efae18fa63e7a11 (diff)
downloadevtclib-0.2.0.tar.gz
evtclib-0.2.0.tar.bz2
evtclib-0.2.0.zip
bump version to 0.2.0v0.2.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 25103c1..cec0877 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "evtclib"
-version = "0.1.0"
+version = "0.2.0"
authors = ["Daniel"]
edition = "2018"
description = "An evtc parsing library"