diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-08-30 12:56:02 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-08-30 12:56:02 -0400 |
commit | d096b919775ceb93e772d1ed942e529835299c09 (patch) | |
tree | d5e8faa48315e66449f8be70316cf421546daeab | |
parent | e42a73688772f35cf0e97865c15e5bb10b4e2d2b (diff) | |
download | clinte-d096b919775ceb93e772d1ed942e529835299c09.tar.gz |
version bump v0.1.2
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 54e909d..c67c3a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,7 +119,7 @@ dependencies = [ [[package]] name = "clinte" -version = "0.1.1" +version = "0.1.2" dependencies = [ "chrono 0.4.7 (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 cea32df..7432455 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clinte" -version = "0.1.1" +version = "0.1.2" authors = ["Ben Morrison <ben@gbmor.dev>"] edition = "2018" |