From 49d08d5eefc4d2c670d9cbf031e1ba7ab7031ce7 Mon Sep 17 00:00:00 2001 From: "Matheus T. dos Santos" Date: Fri, 23 Feb 2024 17:05:11 -0300 Subject: [PATCH] docs: update README.md with release page link --- Cargo.toml | 2 +- README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3e3a879..5ff2379 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "scope-monitor" description = "A multi-platform serial monitor with user-extensible features" authors = ["Matheus T. dos Santos "] -version = "0.1.0" +version = "0.1.1" edition = "2021" rust-version = "1.66.1" license-file = "LICENSE" diff --git a/README.md b/README.md index 92d85ba..da2c003 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
Scope Banner
Build Status - Version info + Version info
Scope is a multi-platform serial monitor with user-extensible features.

@@ -149,7 +149,8 @@ The `Scope` combine multiple features. The table below list these features: ## Installation -You can use `cargo` to install `Scope` or download a pre-built binary at [Releases]() page +You can use `cargo` to install `Scope` or download a pre-built binary +at [Releases](https://github.com/matheuswhite/scope-rs/releases) page ### Using `cargo`