From d55dbba43c413e82ada8d10068a97f11e11e34a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Thu, 18 May 2023 23:23:13 +0200 Subject: [PATCH] release v0.0.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f574d4..765b658 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -170,7 +170,7 @@ dependencies = [ [[package]] name = "comodoro" -version = "0.0.7" +version = "0.0.8" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 380414b..6fb35c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "comodoro" description = "CLI to manage your time." -version = "0.0.7" +version = "0.0.8" authors = ["soywod "] edition = "2021" license = "MIT"