From 013ef5bebd3bd28a6ab486d96010fac720a5a934 Mon Sep 17 00:00:00 2001 From: Stefan Ruzitschka <362487+icepuma@users.noreply.github.com> Date: Thu, 6 Oct 2022 23:21:45 +0200 Subject: [PATCH] (cargo-release) version 0.8.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e258233..4d8e6f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -429,7 +429,7 @@ dependencies = [ [[package]] name = "fbtoggl" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 7a6488b..0df7d45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fbtoggl" -version = "0.8.0" +version = "0.8.1" edition = "2021" authors = ["Stefan Ruzitschka "] description = "Terminal client to interact with track.toggl.com REST api."