Skip to content

Commit

Permalink
bump version to v1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jun 11, 2024
1 parent 0a4ac30 commit 09160e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RF24Network",
"version": "1.0.19",
"version": "1.0.20",
"keywords": "rf, radio, wireless, spi",
"description": "OSI Layer 3 Networking for nrf24L01(+) devices.",
"license": "GPL-2.0-only",
Expand All @@ -18,11 +18,12 @@
"name": "nrf_to_nrf",
"authors": "TMRh20",
"frameworks": "arduino",
"platforms":["nordicnrf52"]
"platforms": [
"nordicnrf52"
]
}
],
"export":
{
"export": {
"exclude": [
".github/*",
"keywords.txt",
Expand All @@ -43,4 +44,4 @@
"espressif8266",
"ststm32"
]
}
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=RF24Network
version=1.0.19
version=1.0.20
author=TMRh20
maintainer=TMRh20,Avamander
sentence=OSI Layer 3 Networking for nrf24L01(+) devices.
Expand Down

0 comments on commit 09160e9

Please sign in to comment.