From 3f22f22e33c807531f37d74b36dd26d2af55d1ad Mon Sep 17 00:00:00 2001 From: ZZ-Cat Date: Tue, 3 Sep 2024 10:37:52 +1200 Subject: [PATCH] chore(library): Bump pre-release version to `2024.9.3` This is the official version of CRSF for Arduino, version 1.1.0-2024.9.3. --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 9dfd96e2..01d379a4 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": "1.1.0-1.0.0", + "version": "1.1.0-2024.9.3", "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 648bedb0..bba2adef 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=CRSFforArduino -version=1.1.0-1.0.0 +version=1.1.0-2024.9.3 author=Cassandra Robinson maintainer=Cassandra Robinson sentence=CRSF for Arduino brings the Crossfire Protocol to the Arduino ecosystem.