aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-01-27 16:51:15 +0300
committerValentin Popov <info@valentineus.link>2019-01-27 16:51:15 +0300
commitdf30feeddf83e7ef8540bce1649acf437ca3489e (patch)
treeeebf72d53316660f927b15d3a539d0a2fe3484af /Cargo.toml
parent5874d9d2321ab0007e1cbe9f809cb89e0d065d83 (diff)
downloadbbb2json-df30feeddf83e7ef8540bce1649acf437ca3489e.tar.xz
bbb2json-df30feeddf83e7ef8540bce1649acf437ca3489e.zip
Sun, 27 Jan 2019 17:51:15 +0400v0.1.0
Signed-off-by: Valentin Popov <info@valentineus.link>
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 fb32daa..47d9263 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
authors = [ "Valentin Popov <info@valentineus.link>" ]
edition = "2018"
name = "bbb2json"
-version = "0.0.1"
+version = "0.1.0"
[dependencies]
clap = { version = "2.32.0", features = [ "yaml" ] }