diff --git a/library.json b/library.json index b6621be9..714120f2 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json", "name": "CRSFforArduino", - "version": "2025.12.07", + "version": "2025.12.8", "description": "An Arduino Library for communicating with ExpressLRS and TBS Crossfire receivers.", "keywords": "arduino, remote-control, arduino-library, protocols, rc, radio-control, crsf, expresslrs", "repository": diff --git a/library.properties b/library.properties index e6b46d44..6fdb1d21 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=CRSFforArduino -version=2025.12.07 +version=2025.12.8 author=Cassandra Robinson maintainer=Cassandra Robinson sentence=CRSF for Arduino brings the Crossfire Protocol to the Arduino ecosystem. diff --git a/src/CFA_Config.hpp b/src/CFA_Config.hpp index c96e8ea6..85d91811 100644 --- a/src/CFA_Config.hpp +++ b/src/CFA_Config.hpp @@ -35,11 +35,11 @@ namespace crsfForArduinoConfig Versioning is based on a rolling release model and is backwards-compatible with Semantic Versioning 2.0.0. See https://semver.org/ for more information. */ -#define CRSFFORARDUINO_VERSION "2025.12.07" -#define CRSFFORARDUINO_VERSION_DATE "2025-12-07" +#define CRSFFORARDUINO_VERSION "2025.12.8" +#define CRSFFORARDUINO_VERSION_DATE "2025-12-08" #define CRSFFORARDUINO_VERSION_MAJOR 2025 #define CRSFFORARDUINO_VERSION_MINOR 12 -#define CRSFFORARDUINO_VERSION_PATCH 7 +#define CRSFFORARDUINO_VERSION_PATCH 8 // This is set to 1 if the version is a pre-release version. #define CRSFFORARDUINO_VERSION_IS_PRERELEASE 0