From 7c41aceaa0b2dc7822b8a115c6390b04fe577e85 Mon Sep 17 00:00:00 2001 From: TMRh20 Date: Tue, 6 Jun 2023 17:34:08 -0600 Subject: [PATCH] Update version for release --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 7a552def..7c3786e3 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "RF24Network", - "version": "1.0.17", + "version": "1.0.18", "keywords": "rf, radio, wireless, spi", "description": "OSI Layer 3 Networking for nrf24L01(+) devices.", "license": "GPL-2.0-only", diff --git a/library.properties b/library.properties index 7210f369..20bd599f 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=RF24Network -version=1.0.17 +version=1.0.18 author=TMRh20 maintainer=TMRh20,Avamander sentence=OSI Layer 3 Networking for nrf24L01(+) devices.