From a4db0792bab408e6fc856fd9e7a19efdb15bfc6a Mon Sep 17 00:00:00 2001 From: Abraham Toriz Date: Thu, 21 Jul 2022 21:58:22 +0800 Subject: [PATCH] Resume interactive --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de8d1f0..1e00564 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -813,7 +813,7 @@ dependencies = [ [[package]] name = "tiempo" -version = "1.1.3" +version = "1.2.0" dependencies = [ "ansi_term 0.12.1", "atty", diff --git a/Cargo.toml b/Cargo.toml index ee9ada2..3781497 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.3" +version = "1.2.0" [dependencies] clap = "2"