From 442d8e1924d011ed75c21ac94c4c4aef819fcf7b Mon Sep 17 00:00:00 2001 From: jackra1n Date: Wed, 22 Nov 2023 00:43:02 +0100 Subject: [PATCH] Update readme, update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4cdaf15..7252dac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,7 +568,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "rustberry-poe-monitor" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3e18174..3530d9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustberry-poe-monitor" -version = "1.0.0" +version = "1.0.1" edition = "2021" authors = ["jackra1n"] description = "A simple PoE Monitor for Raspberry Pi Waveshare PoE HAT (B)" diff --git a/README.md b/README.md index bedacfb..295fa19 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # 🦀🍇 RustBerry-PoE-Monitor [![Build](https://github.com/jackra1n/RustBerry-PoE-Monitor/actions/workflows/build.yaml/badge.svg)](https://github.com/jackra1n/RustBerry-PoE-Monitor/actions/workflows/build.yaml) -![Rust](https://img.shields.io/badge/rust-%23000000.svg?logo=rust&logoColor=white) +![Rust](https://img.shields.io/badge/Rust-%23000000.svg?logo=rust&logoColor=white) +[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) ![Raspi](https://img.shields.io/badge/Raspberry%20Pi-A22846?logo=Raspberry%20Pi&logoColor=white) RustBerry-PoE-Monitor is a Rust-based monitoring and control tool for the Raspberry Pi, specifically designed for use with the [Waveshare PoE HAT (B)](https://www.waveshare.com/wiki/PoE_HAT_(B)).