From 122cb6c399c577dac87ae196a9f6063e3c95164c Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Sat, 9 Jul 2022 05:36:15 -0700 Subject: [PATCH] minor version bump --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 0fe5304a..e93fc84b 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "RF24Network", - "version": "1.0.16", + "version": "1.0.17", "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 a321f60f..e77fb120 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=RF24Network -version=1.0.16 +version=1.0.17 author=TMRh20 maintainer=TMRh20,Avamander sentence=OSI Layer 3 Networking for nrf24L01(+) devices.