version bump to 2.1.4

This commit is contained in:
Benjamin Morrison 2020-07-03 19:54:19 -04:00
parent 4b30a05ba2
commit f682df279f
Signed by untrusted user: gbmor
GPG Key ID: 8F192E4720BB0DAC
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -103,7 +103,7 @@ dependencies = [
[[package]]
name = "clinte"
version = "2.1.3"
version = "2.1.4"
dependencies = [
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "clinte"
version = "2.1.3"
version = "2.1.4"
authors = ["Ben Morrison <ben@gbmor.dev>"]
edition = "2018"
description = "CLI note posting system for shared UNIX boxes."