about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2020-06-16 20:18:01 -0400
committerBen Morrison <ben@gbmor.dev>2020-06-16 20:18:01 -0400
commit5b3f2a60bfbec98beba5164c6b3d2e518f4eecf7 (patch)
tree6577fa49279795f30f2592d10cab5fc1745cb140
parent0fe685c34c5cdbff278b70c98241b0aa7c5bd6ed (diff)
downloadclinte-5b3f2a60bfbec98beba5164c6b3d2e518f4eecf7.tar.gz
crate version bump
-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 82b2b10..254dcc8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -103,7 +103,7 @@ dependencies = [
 
 [[package]]
 name = "clinte"
-version = "2.0.0"
+version = "2.1.0"
 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 6942652..da4af95 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "clinte"
-version = "2.0.0"
+version = "2.1.0"
 authors = ["Ben Morrison <ben@gbmor.dev>"]
 edition = "2018"
 description = "CLI note posting system for shared UNIX boxes."