diff --git a/Cargo.lock b/Cargo.lock index 7c4d921e..d6cbae10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -940,7 +940,7 @@ checksum = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084" [[package]] name = "makair-control" -version = "1.2.0" +version = "1.3.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2354e0a2..56fbaaf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "makair-control" -version = "1.2.0" +version = "1.3.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 00e45781..64f94561 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ | ------- | -------------- | ------ | | V1.1.x | Operational initial release | ✅ | V1.2.x | Crashes fixed + smoother graph + implemented medical staff feedbacks | ✅ +| V1.3.x | Improve text readability, by increasing font sizes | ✅ ## How To Build?