From a007a860ea10c4f5d47be0a155956585e9831287 Mon Sep 17 00:00:00 2001 From: 2bndy5 <14963867+2bndy5@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:01:34 +0000 Subject: [PATCH] bump version to v1.1.11 --- library.json | 10 ++++------ library.properties | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/library.json b/library.json index f5e09ee..632788f 100644 --- a/library.json +++ b/library.json @@ -7,9 +7,8 @@ "type": "git", "url": "https://github.com/nRF24/RF24Mesh.git" }, - "version": "1.1.10", - "dependencies": - [ + "version": "1.1.11", + "dependencies": [ { "name": "RF24", "authors": "nRF24", @@ -22,8 +21,7 @@ "version": "<2.0.0" } ], - "export": - { + "export": { "exclude": [ ".github/*", "keywords.txt", @@ -44,4 +42,4 @@ "espressif8266", "ststm32" ] -} +} \ No newline at end of file diff --git a/library.properties b/library.properties index 5762abc..ac1f9dc 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=RF24Mesh -version=1.1.10 +version=1.1.11 author=TMRh20 maintainer=TMRh20,Avamander sentence=OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) radios.