summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-10-25 13:35:22 +0200
committerGitHub <noreply@github.com>2016-10-25 13:35:22 +0200
commite5cd2f1aee05d77c14b6eead7520f079c101c574 (patch)
tree834126afcbda60f704007ac6517656c5587013ac
parent139acda87cd5fe321a2149258825472d001e0a27 (diff)
parent3ae7dd9b03decaad42d44364fde3da61d2949c4f (diff)
Merge pull request #42 from matthiasbeyer/v0.2.2v0.2.2
Update version string: 0.2.{1 -> 2}
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b7fdc0c..90f65cb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "task-hookrs"
-version = "0.2.1"
+version = "0.2.2"
authors = ["Matthias Beyer <mail@beyermatthias.de>",
"Mario Krehl <mario-krehl@gmx.de>",
]