From 09160e9e928755a9e196b3a888dd79ec097f5ee6 Mon Sep 17 00:00:00 2001 From: 2bndy5 <14963867+2bndy5@users.noreply.github.com> Date: Tue, 11 Jun 2024 08:11:06 +0000 Subject: [PATCH] bump version to v1.0.20 --- library.json | 11 ++++++----- library.properties | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/library.json b/library.json index 61ee39e5..43612b86 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "RF24Network", - "version": "1.0.19", + "version": "1.0.20", "keywords": "rf, radio, wireless, spi", "description": "OSI Layer 3 Networking for nrf24L01(+) devices.", "license": "GPL-2.0-only", @@ -18,11 +18,12 @@ "name": "nrf_to_nrf", "authors": "TMRh20", "frameworks": "arduino", - "platforms":["nordicnrf52"] + "platforms": [ + "nordicnrf52" + ] } ], - "export": - { + "export": { "exclude": [ ".github/*", "keywords.txt", @@ -43,4 +44,4 @@ "espressif8266", "ststm32" ] -} +} \ No newline at end of file diff --git a/library.properties b/library.properties index 65605b13..79068349 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=RF24Network -version=1.0.19 +version=1.0.20 author=TMRh20 maintainer=TMRh20,Avamander sentence=OSI Layer 3 Networking for nrf24L01(+) devices.