Skip to content

Commit 9723dc6

Browse files
committed
Update version for release
1 parent a87c308 commit 9723dc6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "nrf_to_nrf",
33
"keywords": "nrf52840, nrf24l01, wireless, radio",
4-
"description": "NRF52x to NRF24L01 comm using RF24 API. Compatible with RF24 comm stack",
4+
"description": "OSI Layer 2 - NRF52x to NRF24L01 comm using RF24 API. Compatible with RF24 comm stack",
55
"license": "GPL-3.0-only",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/TMRh20/nrf_to_nrf"
99
},
10-
"version": "1.2.10",
10+
"version": "1.2.11",
1111
"export": {
1212
"exclude": [
1313
".github/*"

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name=nrf_to_nrf
2-
version=1.2.10
2+
version=1.2.11
33
author=TMRh20
44
maintainer=TMRh20
5-
sentence=NRF52x to NRF24L01+ ESB communication
5+
sentence=OSI Layer 2 - NRF52x to NRF24L01+ ESB communication
66
paragraph=Communicate to & from both NRF52x and NRF24L01+ using the API of the RF24 library
77
category=Communication
88
url=https://github.com/TMRh20/nrf_to_nrf

0 commit comments

Comments
 (0)