From eb4dc1fa754d189808bf4bf33eae135ca41f4134 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Sat, 29 Jun 2024 22:50:19 +0100 Subject: Bump to v0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- docs/CHANGELOG.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eeaf9ba..8a20f7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1747,7 +1747,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "viewercount" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index f364ef8..f4c0d6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viewercount" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["sommerfeld "] description = "Updates nostr Live Events with the number of HLS connections" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 98f7dae..5da17e2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,7 @@ +0.1.1 (2024-06-29) +------------------ +* Fix issue of count always being 1 + 0.1.0 (2024-06-28) ------------------ Initial release -- cgit v1.2.3-70-g09d2