From 31ea51c62c168b6ad14a2d3731ba813f9a0cf572 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Tue, 20 Jun 2023 23:54:12 -0700 Subject: [PATCH] bump patch version --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index e0e09123..61ee39e5 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "RF24Network", - "version": "1.0.18", + "version": "1.0.19", "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 20bd599f..65605b13 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=RF24Network -version=1.0.18 +version=1.0.19 author=TMRh20 maintainer=TMRh20,Avamander sentence=OSI Layer 3 Networking for nrf24L01(+) devices.