summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordfhoughton <dfhoughton@gmail.com>2020-05-17 12:34:59 -0400
committerdfhoughton <dfhoughton@gmail.com>2020-05-17 12:34:59 -0400
commit70ed11d3367f50184b9064c818c6793b1a3c07b8 (patch)
tree23f6b5f780c096f70aee1204a3580086575d3339 /Cargo.toml
parenta766329bc1e10660e1779013950e3bf58312ee7c (diff)
downloadtwo-timer-70ed11d3367f50184b9064c818c6793b1a3c07b8.zip
added 'since' expressions and also 'the' as a synonym for 'this'
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e167a3f..f9aa416 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "two_timer"
-version = "2.0.0"
+version = "2.1.0"
authors = ["dfhoughton <dfhoughton@gmail.com>"]
description="parser for English time expressions"
homepage="https://github.com/dfhoughton/two-timer"