From d4c8e68b8b4f88e3e70222739b1d5718145e1422 Mon Sep 17 00:00:00 2001 From: TMRh20 Date: Sun, 7 Jun 2020 21:05:11 -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 1fdde02..5a391aa 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/TMRh20/RF24Mesh.git" }, - "version": "1.0.7", + "version": "1.0.8", "dependencies": [ { "name": "RF24", "authors": "TMRh20", "frameworks": "arduino" }, { "name": "RF24Network", "authors": "TMRh20", "frameworks": "arduino" } diff --git a/library.properties b/library.properties index 8ecafb2..3dedbec 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=RF24Mesh -version=1.0.7 +version=1.0.8 author=TMRh20 maintainer=TMRh20,Avamander sentence=A library for NRF24L01(+) devices mesh.