Skip to content

Commit

Permalink
bump version to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jun 11, 2024
1 parent 36e35c4 commit 774afe3
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": "2.0.0",
"version": "2.0.1",
"keywords": "rf, radio, wireless, spi",
"description": "OSI Layer 3 Networking for nrf24L01(+) & nrf52x 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 @@ -44,4 +45,4 @@
"ststm32",
"nordicnrf52"
]
}
}
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=2.0.0
version=2.0.1
author=TMRh20
maintainer=TMRh20,Avamander
sentence=OSI Layer 3 Networking for nrf24L01(+) & nrf52x devices.
Expand Down

0 comments on commit 774afe3

Please sign in to comment.