From 5fbc883a6b71fa4dbf3e367c6f2748b4a9394119 Mon Sep 17 00:00:00 2001 From: Stefan Ruzitschka <362487+icepuma@users.noreply.github.com> Date: Mon, 1 Jul 2024 00:35:00 +0200 Subject: [PATCH] chore: Release fbtoggl version 2024.7.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e85765b..402de89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -503,7 +503,7 @@ checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" [[package]] name = "fbtoggl" -version = "2024.3.18" +version = "2024.7.1" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 485d489..2aba299 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fbtoggl" -version = "2024.3.18" +version = "2024.7.1" edition = "2021" authors = ["Stefan Ruzitschka "] description = "Terminal client to interact with track.toggl.com REST api."