summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Grunert <mail@saschagrunert.de>2016-11-16 17:43:01 +0100
committerSascha Grunert <mail@saschagrunert.de>2016-11-16 17:43:01 +0100
commit99bc4774700792e15e099431ff2bfa6adc3e7767 (patch)
tree714048cfbf56678e738a045d6820e2fa603b4d04
parent341d11202f7acb6366ac5614527cd90e8c584772 (diff)
Changed version to 1.2.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0f28f6c..afc47b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-journal"
-version = "1.1.0"
+version = "1.2.0"
license = "MIT"
readme = "README.md"
keywords = ["parser", "git", "log", "changelog", "journal"]