summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2727b91..c2e0a11 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "two_timer"
-version = "2.2.0"
+version = "2.2.1"
authors = ["dfhoughton <dfhoughton@gmail.com>"]
description="parser for English time expressions"
homepage="https://github.com/dfhoughton/two-timer"
@@ -8,7 +8,7 @@ repository="https://github.com/dfhoughton/two-timer"
documentation = "https://docs.rs/two_timer"
keywords=["time", "nlp", "parse"]
categories=["date-and-time", "parsing"]
-license="GPL-2.0"
+license="MIT"
edition = "2018"
[profile.release]