summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-06 19:30:32 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-07-06 19:30:35 +0200
commitb867b2077ea010a1a04bbbe1ec395f36853de81f (patch)
tree91c0fc984e6ead119ed0790314d0036b1d3ac2d4
parent05d810b8fbed93b22ff4a9e92a1930f78f940ea0 (diff)
Bump version to 0.2.0
Mario Krehl allowed me to put him into the list of authors (he allowed me verbally).
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d1a467b..149cdd8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,9 @@
[package]
name = "task-hookrs"
-version = "0.1.0"
-authors = ["Matthias Beyer <mail@beyermatthias.de>"]
+version = "0.2.0"
+authors = ["Matthias Beyer <mail@beyermatthias.de>",
+ "Mario Krehl <mario-krehl@gmx.de>",
+ ]
description = "Crate to work with taskwarrior exported JSON"
keywords = ["json", "taskwarrior", "todo", "import", "export"]