diff --git a/Cargo.lock b/Cargo.lock index 9a4b640..342b45a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -620,7 +620,7 @@ dependencies = [ [[package]] name = "tiempo" -version = "1.1.2" +version = "1.1.3" dependencies = [ "ansi_term 0.12.1", "atty", diff --git a/Cargo.toml b/Cargo.toml index 281e029..e194c1d 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.2" +version = "1.1.3" [dependencies] clap = "2"