diff options
author | dfhoughton <dfhoughton@gmail.com> | 2020-05-17 12:34:59 -0400 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2020-05-17 12:34:59 -0400 |
commit | 70ed11d3367f50184b9064c818c6793b1a3c07b8 (patch) | |
tree | 23f6b5f780c096f70aee1204a3580086575d3339 /Cargo.toml | |
parent | a766329bc1e10660e1779013950e3bf58312ee7c (diff) | |
download | two-timer-70ed11d3367f50184b9064c818c6793b1a3c07b8.zip |
added 'since' expressions and also 'the' as a synonym for 'this'
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |