summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-10-14 16:23:56 +0200
committerGitHub <noreply@github.com>2016-10-14 16:23:56 +0200
commit5da97fc6bcf28dcf8d25b0af13beda29a9495167 (patch)
tree327ee11e0c58364e072e4d4f3782c7aae0c68be2
parent8a0ef0c5d7615298e6b0ec2774818ec738daeb66 (diff)
parentc0fb2cf8975dd18a95fc800fce5916c74f421bc8 (diff)
Merge pull request #39 from matthiasbeyer/v0.2.1v0.2.1
v0.2.1
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 149cdd8..e38df0c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "task-hookrs"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Matthias Beyer <mail@beyermatthias.de>",
"Mario Krehl <mario-krehl@gmx.de>",
]
@@ -12,7 +12,7 @@ documentation = "https://matthiasbeyer.github.io/task-hookrs/task_hookrs/index.h
homepage = "https://github.com/matthiasbeyer/task-hookrs"
repository = "https://github.com/matthiasbeyer/task-hookrs"
readme = "./README.md"
-license = "LGPL-2.1"
+license = "MPL-2.0"
[dependencies]
chrono = "0.2.22"