Skip to content

Commit

Permalink
chore(library): Bump Semantic Version to 1.1.0-2024.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZ-Cat committed Sep 2, 2024
1 parent 0902150 commit ddcd69b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -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":
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=CRSFforArduino
version=1.1.0-1.0.0
version=1.1.0-2024.9.3
author=Cassandra Robinson <nicad.heli.flier@gmail.com>
maintainer=Cassandra Robinson <nicad.heli.flier@gmail.com>
sentence=CRSF for Arduino brings the Crossfire Protocol to the Arduino ecosystem.
Expand Down
10 changes: 5 additions & 5 deletions src/CFA_Config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ See https://semver.org/ for more information. */
// These are the pre-release version details which are only used if CRSFFORARDUINO_VERSION_IS_PRERELEASE is set to 1.
// NOTE: Pre-release versions are not recommended for production use.
#if CRSFFORARDUINO_VERSION_IS_PRERELEASE == 1
#define CRSFFORARDUINO_VERSION_PRE "1.0.0"
#define CRSFFORARDUINO_VERSION_BUILD_DATE "2024-7-21"
#define CRSFFORARDUINO_VERSION_BUILD_MAJOR 1
#define CRSFFORARDUINO_VERSION_BUILD_MINOR 0
#define CRSFFORARDUINO_VERSION_BUILD_PATCH 0
#define CRSFFORARDUINO_VERSION_PRE "2024.9.3"
#define CRSFFORARDUINO_VERSION_BUILD_DATE "2024-9-3"
#define CRSFFORARDUINO_VERSION_BUILD_MAJOR 2024
#define CRSFFORARDUINO_VERSION_BUILD_MINOR 9
#define CRSFFORARDUINO_VERSION_BUILD_PATCH 3
#endif

/* Failsafe Options
Expand Down

0 comments on commit ddcd69b

Please sign in to comment.