summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Grunert <Sascha.Grunert@rohde-schwarz.com>2016-10-07 16:05:03 +0200
committerSascha Grunert <Sascha.Grunert@rohde-schwarz.com>2016-10-07 16:05:03 +0200
commite3b4c7b598b5afd32c28c9ec020f9ff9277e3255 (patch)
treea595ab09b35c512f9e784c31348ae022d1c76996
parent753d93f6523508e08b4dcd21c1389bc6ea27b279 (diff)
Changed version to 0.6.00.6.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d53b48f..37d3a04 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "git-journal"
-version = "1.0.0"
+version = "0.6.0"
dependencies = [
"chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 0ed8ce8..1d81b88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-journal"
-version = "1.0.0"
+version = "0.6.0"
license = "MIT"
readme = "README.md"
keywords = ["parser", "git", "log", "changelog", "journal"]