From f3b36161812f2686bb410ce2813f8537f38581de Mon Sep 17 00:00:00 2001 From: Stefan Ruzitschka <362487+icepuma@users.noreply.github.com> Date: Tue, 31 May 2022 13:58:00 +0200 Subject: [PATCH] (cargo-release) version 0.5.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 85031e5..3116751 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -418,7 +418,7 @@ dependencies = [ [[package]] name = "fbtoggl" -version = "0.5.10" +version = "0.5.11" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index bfa31dc..f4b9485 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fbtoggl" -version = "0.5.10" +version = "0.5.11" edition = "2021" authors = ["Stefan Ruzitschka "] description = "Terminal client to interact with track.toggl.com REST api."