From 8cb7bb5554fc56d054468753159141e3a64b6798 Mon Sep 17 00:00:00 2001 From: Abraham Toriz Date: Fri, 17 Sep 2021 12:42:43 -0500 Subject: [PATCH] Improve help on t s --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d4f784..51843df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -620,7 +620,7 @@ dependencies = [ [[package]] name = "tiempo" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ansi_term 0.12.1", "atty", diff --git a/Cargo.toml b/Cargo.toml index f7f12b8..6b406ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ description = "A command line time tracker" license = "GPL-3.0" documentation = "https://gitlab.com/categulario/tiempo-rs" homepage = "https://gitlab.com/categulario/tiempo-rs" -version = "1.1.0" +version = "1.1.1" [dependencies] clap = "2"