diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-05-27 01:04:55 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-05-27 01:04:55 -0400 |
commit | 1f4d385823d4a7209798eed0f3c7b6426815e3be (patch) | |
tree | f853735c9c722e605bf78eccd9f6cc57301b5887 /Cargo.toml | |
parent | 5b6d79859cd27a755ecabbc00104ee5e365c1285 (diff) | |
download | clinte-1f4d385823d4a7209798eed0f3c7b6426815e3be.tar.gz |
version bump v1.0.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 9f1e812..5ee7d98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clinte" -version = "0.4.4" +version = "1.0.0" authors = ["Ben Morrison <ben@gbmor.dev>"] edition = "2018" description = "CLI note posting system for shared UNIX boxes." |