diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-08-30 16:17:10 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-08-30 16:17:17 -0400 |
commit | ebc4efa5d0cc8bf552d528baa5b4e68956aea764 (patch) | |
tree | 7dd1cb6e6a74e5241ca4d15020d82d81ebfb788f /Cargo.toml | |
parent | f3c780970b05a1e78152920d4dfc5e154e82e212 (diff) | |
download | clinte-ebc4efa5d0cc8bf552d528baa5b4e68956aea764.tar.gz |
enabled deletion of posts v0.3.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 81b163b..0b9779f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clinte" -version = "0.2.0" +version = "0.3.0" authors = ["Ben Morrison <ben@gbmor.dev>"] edition = "2018" |