Skip to content

Commit

Permalink
Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Mar 25, 2024
1 parent a87c308 commit 9723dc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "nrf_to_nrf",
"keywords": "nrf52840, nrf24l01, wireless, radio",
"description": "NRF52x to NRF24L01 comm using RF24 API. Compatible with RF24 comm stack",
"description": "OSI Layer 2 - 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.10",
"version": "1.2.11",
"export": {
"exclude": [
".github/*"
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name=nrf_to_nrf
version=1.2.10
version=1.2.11
author=TMRh20
maintainer=TMRh20
sentence=NRF52x to NRF24L01+ ESB communication
sentence=OSI Layer 2 - 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
Expand Down

0 comments on commit 9723dc6

Please sign in to comment.