From 6677b15d931360cf90dcf1c25fdc293bf4bcf935 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 5 Mar 2023 18:24:14 +0100 Subject: [PATCH] Bump version to 5.7.0 --- library.json | 2 +- library.properties | 2 +- src/BuildOpt.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 785b5fb8..9aa74f5a 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "RadioLib", - "version": "5.6.0", + "version": "5.7.0", "description": "Universal wireless communication library. User-friendly library for sub-GHz radio modules (SX1278, RF69, CC1101, SX1268, and many others), as well as ham radio digital modes (RTTY, SSTV, AX.25 etc.).", "keywords": "radio, sx1262", "homepage": "https://github.com/jgromes/RadioLib", diff --git a/library.properties b/library.properties index d6a1baae..ea92ef77 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=RadioLib -version=5.6.0 +version=5.7.0 author=Jan Gromes maintainer=Jan Gromes sentence=Universal wireless communication library diff --git a/src/BuildOpt.h b/src/BuildOpt.h index 208add96..b868b99e 100644 --- a/src/BuildOpt.h +++ b/src/BuildOpt.h @@ -1083,7 +1083,7 @@ // version definitions #define RADIOLIB_VERSION_MAJOR (0x05) -#define RADIOLIB_VERSION_MINOR (0x06) +#define RADIOLIB_VERSION_MINOR (0x07) #define RADIOLIB_VERSION_PATCH (0x00) #define RADIOLIB_VERSION_EXTRA (0x00)