From f44e4caee07b909d0affe95098b84b9cdbd989e9 Mon Sep 17 00:00:00 2001 From: Stefan Ruzitschka <362487+icepuma@users.noreply.github.com> Date: Wed, 1 Dec 2021 00:27:19 +0100 Subject: [PATCH] (cargo-release) version 0.4.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 164b50b..3a70e07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -375,7 +375,7 @@ checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" [[package]] name = "fbtoggl" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index d4318f9..9900984 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fbtoggl" -version = "0.4.1" +version = "0.4.2" edition = "2021" authors = ["Stefan Ruzitschka "] description = "Terminal client to interact with track.toggl.com REST api."