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`