From 8e3d89c4f5fa9ae9c97f19bc5eeed7cefc32e5dd Mon Sep 17 00:00:00 2001 From: jgromes Date: Fri, 20 Nov 2020 18:40:16 +0100 Subject: [PATCH] Bump version to 4.0.6 --- library.properties | 2 +- src/BuildOpt.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index b66c4b9d..b77acb04 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=RadioLib -version=4.0.5 +version=4.0.6 author=Jan Gromes maintainer=Jan Gromes sentence=Universal wireless communication library for Arduino diff --git a/src/BuildOpt.h b/src/BuildOpt.h index 9a518d9d..68fb351e 100644 --- a/src/BuildOpt.h +++ b/src/BuildOpt.h @@ -369,7 +369,7 @@ // version definitions #define RADIOLIB_VERSION_MAJOR (0x04) #define RADIOLIB_VERSION_MINOR (0x00) -#define RADIOLIB_VERSION_PATCH (0x05) +#define RADIOLIB_VERSION_PATCH (0x06) #define RADIOLIB_VERSION_EXTRA (0x00) #define RADIOLIB_VERSION ((RADIOLIB_VERSION_MAJOR << 24) | (RADIOLIB_VERSION_MINOR << 16) | (RADIOLIB_VERSION_PATCH << 8) | (RADIOLIB_VERSION_EXTRA))