From c40f382ed61f0d71ac15cd56b49fd326959c4ed7 Mon Sep 17 00:00:00 2001 From: jgromes Date: Mon, 13 Jan 2020 17:06:00 +0100 Subject: [PATCH] Advanced version to 3.1.0 --- library.properties | 2 +- src/TypeDef.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index ad0dfbb0..60f6f794 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=RadioLib -version=3.0.0 +version=3.1.0 author=Jan Gromes maintainer=Jan Gromes sentence=Universal wireless communication library for Arduino diff --git a/src/TypeDef.h b/src/TypeDef.h index a77bf6fe..e1f17912 100644 --- a/src/TypeDef.h +++ b/src/TypeDef.h @@ -9,7 +9,7 @@ // version definitions #define RADIOLIB_VERSION_MAJOR (0x03) -#define RADIOLIB_VERSION_MINOR (0x00) +#define RADIOLIB_VERSION_MINOR (0x01) #define RADIOLIB_VERSION_PATCH (0x00) #define RADIOLIB_VERSION_EXTRA (0x00)