From ee81d9719719a973453856e5d73c1820dcdd3851 Mon Sep 17 00:00:00 2001 From: Cyril LEVIS Date: Wed, 3 May 2023 20:31:48 +0200 Subject: [PATCH] chore: update doc and version --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a58f970..aa8ca98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,7 +235,7 @@ checksum = "9b1ce199063694f33ffb7dd4e0ee620741495c32833cde5aa08f02a0bf96f0c8" [[package]] name = "burnout-detector" -version = "0.3.0" +version = "0.3.1" dependencies = [ "chan", "clap", diff --git a/Cargo.toml b/Cargo.toml index 455eb46..ad1bd34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "burnout-detector" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["Cyril Levis", "Maxim Baz"] categories = ["gui"] diff --git a/README.md b/README.md index 53c3fab..764a952 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Burnout-detector 🧠🧑‍🚒 +![](https://img.shields.io/crates/d/burnout-detector) +![](https://img.shields.io/github/issues-raw/cyrinux/burnout-detector) +![](https://img.shields.io/github/stars/cyrinux/burnout-detector) +![](https://img.shields.io/aur/version/burnout-detector-git) +![](https://img.shields.io/crates/v/burnout-detector) + This toy aim to detect your idle activity and invite you to take a break and do some gymnastics. ---