From 96b52cf0e3ff7708b413692ea3478ab5c992a430 Mon Sep 17 00:00:00 2001 From: David Sferruzza Date: Fri, 12 Jun 2020 01:07:00 +0200 Subject: [PATCH] Bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d5dba42..5008c829 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1093,7 +1093,7 @@ dependencies = [ [[package]] name = "makair-control" -version = "1.4.0" +version = "1.5.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1aa4e762..b3151a32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "makair-control" -version = "1.4.0" +version = "1.5.0" description = "Control UI for the MakAir SARS respirator." readme = "README.md" license-file = "LICENSE.md" diff --git a/README.md b/README.md index 7a934ec8..90d19990 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ | V1.2.x | Crashes fixed + smoother graph + implemented medical staff feedbacks | ✅ | V1.3.x | Improve text readability, by increasing font sizes | ✅ | V1.4.x | Added internationalization capabilities | ✅ +| V1.5.x | Improve UI readability + allow to change MakAir's settings | ✅ ## How To Build?