Skip to content

Commit 79078c4

Browse files
committed
bump version to v2.0.1
1 parent f97a9bf commit 79078c4

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

library.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
"type": "git",
88
"url": "https://github.com/nRF24/RF24Mesh.git"
99
},
10-
"version": "2.0.0",
11-
"dependencies":
12-
[
10+
"version": "2.0.1",
11+
"dependencies": [
1312
{
1413
"name": "RF24",
1514
"authors": "nRF24",
@@ -22,8 +21,7 @@
2221
"version": ">=2.0.0"
2322
}
2423
],
25-
"export":
26-
{
24+
"export": {
2725
"exclude": [
2826
".github/*",
2927
"keywords.txt",
@@ -45,4 +43,4 @@
4543
"ststm32",
4644
"nordicnrf52"
4745
]
48-
}
46+
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=RF24Mesh
2-
version=2.0.0
2+
version=2.0.1
33
author=TMRh20
44
maintainer=TMRh20,Avamander
55
sentence=OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) & nrf52x radios.

0 commit comments

Comments
 (0)