aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2020-05-02 15:20:37 +0200
committerDaniel Schadt <kingdread@gmx.de>2020-05-02 15:20:37 +0200
commit3ba875e59d59d770f99a16c7a24562b80930f58e (patch)
treebeea2bf81077d3fbad08b847f8499bf33ccd0fd6 /Cargo.toml
parentb5270a5947cfa770358d13734e7c08dc4b217f05 (diff)
downloadevtclib-3ba875e59d59d770f99a16c7a24562b80930f58e.tar.gz
evtclib-3ba875e59d59d770f99a16c7a24562b80930f58e.tar.bz2
evtclib-3ba875e59d59d770f99a16c7a24562b80930f58e.zip
bump version to 0.3.0v0.3.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 e2d59e3..2e0c103 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "evtclib"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Daniel"]
edition = "2018"
description = "An evtc parsing library"