From 5a87b4e8dbdaba520fc0a34ce6018062514e9fd9 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Wed, 22 Jul 2026 06:19:59 -0500 Subject: [PATCH] docs: fix stale install version and add CI/coverage badges The install snippet pinned 0.1.0; the current release is 0.1.1. Also add CI and Codecov badges alongside the existing Maven Central / License / Kotlin Multiplatform badges. Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com> --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71ed179..745af8b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # kzstd [![Maven Central](https://img.shields.io/maven-central/v/org.meshtastic/kzstd)](https://central.sonatype.com/artifact/org.meshtastic/kzstd) +[![CI](https://github.com/meshtastic/kzstd/actions/workflows/ci.yml/badge.svg)](https://github.com/meshtastic/kzstd/actions/workflows/ci.yml) +[![codecov](https://codecov.io/gh/meshtastic/kzstd/graph/badge.svg)](https://codecov.io/gh/meshtastic/kzstd) [![License: GPL-3.0](https://img.shields.io/badge/License-GPLv3-blue.svg)](LICENSE) [![Kotlin Multiplatform](https://img.shields.io/badge/Kotlin-Multiplatform-blue.svg?logo=kotlin)](https://kotlinlang.org) @@ -24,7 +26,7 @@ Linux (x64, arm64), and Windows (mingw-x64). ```kotlin // Maven Central -implementation("org.meshtastic:kzstd:0.1.0") +implementation("org.meshtastic:kzstd:0.1.1") ``` ## Usage