summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordfhoughton <dfhoughton@gmail.com>2019-01-05 12:35:29 -0500
committerdfhoughton <dfhoughton@gmail.com>2019-01-05 12:35:29 -0500
commit8981b2d10268ac934b1251c6a1c91bf756ba7818 (patch)
tree77c2f37da00a8ba2e1bf450b9d24bf0d384bf7d0 /Cargo.toml
parent8235e2be69d41b1f477a4adc1ac3fbb2c4a16533 (diff)
downloadtwo-timer-8981b2d10268ac934b1251c6a1c91bf756ba7818.zip
converted from utc to naive; added 'weekend'
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 3259c9e..0a2cfa8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "two_timer"
-version = "0.1.0"
+version = "1.0.0"
authors = ["dfhoughton <dfhoughton@gmail.com>"]
description="parser for English time expressions"
homepage="https://github.com/dfhoughton/two-timer"