aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e610024..fb32daa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,8 @@
[package]
-name = "bbb2json"
-version = "0.1.0"
authors = [ "Valentin Popov <info@valentineus.link>" ]
edition = "2018"
+name = "bbb2json"
+version = "0.0.1"
[dependencies]
clap = { version = "2.32.0", features = [ "yaml" ] }