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 f97a9bf commit 79078c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
"type": "git",
"url": "https://github.com/nRF24/RF24Mesh.git"
},
"version": "2.0.0",
"dependencies":
[
"version": "2.0.1",
"dependencies": [
{
"name": "RF24",
"authors": "nRF24",
Expand All @@ -22,8 +21,7 @@
"version": ">=2.0.0"
}
],
"export":
{
"export": {
"exclude": [
".github/*",
"keywords.txt",
Expand All @@ -45,4 +43,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=RF24Mesh
version=2.0.0
version=2.0.1
author=TMRh20
maintainer=TMRh20,Avamander
sentence=OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) & nrf52x radios.
Expand Down

0 comments on commit 79078c4

Please sign in to comment.