From 79078c4a55d0c57e0f3ebb3a2462f4b6b287bf02 Mon Sep 17 00:00:00 2001 From: 2bndy5 <14963867+2bndy5@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:06:49 +0000 Subject: [PATCH] bump version to v2.0.1 --- library.json | 10 ++++------ library.properties | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/library.json b/library.json index 9fbd6ca..603a025 100644 --- a/library.json +++ b/library.json @@ -7,9 +7,8 @@ "type": "git", "url": "https://github.com/nRF24/RF24Mesh.git" }, - "version": "2.0.0", - "dependencies": - [ + "version": "2.0.1", + "dependencies": [ { "name": "RF24", "authors": "nRF24", @@ -22,8 +21,7 @@ "version": ">=2.0.0" } ], - "export": - { + "export": { "exclude": [ ".github/*", "keywords.txt", @@ -45,4 +43,4 @@ "ststm32", "nordicnrf52" ] -} +} \ No newline at end of file diff --git a/library.properties b/library.properties index 79664eb..60eb8cb 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=RF24Mesh -version=2.0.0 +version=2.0.1 author=TMRh20 maintainer=TMRh20,Avamander sentence=OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) & nrf52x radios.