about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2020-06-16 20:33:16 -0400
committerBen Morrison <ben@gbmor.dev>2020-06-16 20:33:16 -0400
commite7926ccff60a4b008359c980f9e01d6994ec97af (patch)
treee642b2b554c95b63aeaadb7fb19d6ab197e92280
parent15006ab61d19a2481ba93d24d3adc7c7e007543a (diff)
downloadclinte-e7926ccff60a4b008359c980f9e01d6994ec97af.tar.gz
crate version bump v2.1.1
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 254dcc8..a724a58 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -103,7 +103,7 @@ dependencies = [
 
 [[package]]
 name = "clinte"
-version = "2.1.0"
+version = "2.1.1"
 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)",
diff --git a/Cargo.toml b/Cargo.toml
index da4af95..688d405 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "clinte"
-version = "2.1.0"
+version = "2.1.1"
 authors = ["Ben Morrison <ben@gbmor.dev>"]
 edition = "2018"
 description = "CLI note posting system for shared UNIX boxes."