From 924dff5e112cbbedb1df65cc2513b0dd64fd2a3a Mon Sep 17 00:00:00 2001 From: TMRh20 Date: Sun, 10 Mar 2024 18:14:19 -0600 Subject: [PATCH] Update version for release --- library.json | 4 ++-- library.properties | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/library.json b/library.json index b8c66c7..5e172e2 100644 --- a/library.json +++ b/library.json @@ -1,13 +1,13 @@ { "name": "nrf_to_nrf", "keywords": "nrf52840, nrf24l01, wireless, radio", - "description": "NRF52840 to NRF24L01 comm using RF24 API. Compatible with RF24 comm stack", + "description": "NRF52x to NRF24L01 comm using RF24 API. Compatible with RF24 comm stack", "license": "GPL-3.0-only", "repository": { "type": "git", "url": "https://github.com/TMRh20/nrf_to_nrf" }, - "version": "1.2.9", + "version": "1.2.10", "export": { "exclude": [ ".github/*" diff --git a/library.properties b/library.properties index 2be5f0a..9c8bca6 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=nrf_to_nrf -version=1.2.9 +version=1.2.10 author=TMRh20 maintainer=TMRh20 -sentence=NRF52840 to NRF24L01+ ESB communication -paragraph=Communicate to & from both NRF52840 and NRF24L01+ using the API of the RF24 library +sentence=NRF52x to NRF24L01+ ESB communication +paragraph=Communicate to & from both NRF52x and NRF24L01+ using the API of the RF24 library category=Communication url=https://github.com/TMRh20/nrf_to_nrf architectures=nordicnrf52,nrf52