From b9e727ade800eadbfbc5d97b0094f21417473d54 Mon Sep 17 00:00:00 2001 From: Scott Penrose Date: Wed, 10 Jun 2026 15:21:10 +1000 Subject: [PATCH] bump version for RSSI/SNR fix --- library.json | 2 +- library.properties | 2 +- src/meshcore_companion.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 1ab3bee..35b1226 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "MeshCoreCompanion", - "version": "0.2.1", + "version": "0.2.2", "description": "Client library for the MeshCore Companion Radio serial protocol. Portable C99 core (no I/O, no malloc, host-testable) with a thin Arduino C++ wrapper that connects a host MCU to a separate MeshCore companion radio over UART/USB serial. Receive and send on channels, set channel PSKs, read SNR/path metadata.", "keywords": ["meshcore", "lora", "companion", "serial", "mesh", "sx1262", "esp32", "nrf52"], "authors": [ diff --git a/library.properties b/library.properties index 0704b1b..44435c3 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MeshCoreCompanion -version=0.2.1 +version=0.2.2 author=Scott Penrose maintainer=Scott Penrose sentence=Client for the MeshCore Companion Radio serial protocol. diff --git a/src/meshcore_companion.h b/src/meshcore_companion.h index 1e364b0..a837463 100644 --- a/src/meshcore_companion.h +++ b/src/meshcore_companion.h @@ -30,7 +30,7 @@ extern "C" { /* Library version. Keep in sync with library.json and library.properties; * check_version.sh verifies all three match and that a git tag exists. */ -#define MESHCORE_COMPANION_VERSION "0.2.1" +#define MESHCORE_COMPANION_VERSION "0.2.2" /* ---- Compile-time sizing (override before including if you need more) ---- */ #ifndef MC_MAX_PAYLOAD