diff options
author | dfhoughton <dfhoughton@gmail.com> | 2020-03-07 14:05:02 -0500 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2020-03-07 14:05:02 -0500 |
commit | 38518e3450f7887d3997fb809a3f437e2e1ecd98 (patch) | |
tree | 64a5ae83a8489ae1a411df59b6c963a7e28306df /Cargo.toml | |
parent | b41efb6ccc6174b6c0d2cd05f2b42c1ce8b653e8 (diff) | |
download | two-timer-38518e3450f7887d3997fb809a3f437e2e1ecd98.zip |
various fixes and changes -- see CHANGES.md
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 = "1.3.4" +version = "2.0.0" authors = ["dfhoughton <dfhoughton@gmail.com>"] description="parser for English time expressions" homepage="https://github.com/dfhoughton/two-timer" |