Skip to content

Commit 774afe3

Browse files
committed
bump version to v2.0.1
1 parent 36e35c4 commit 774afe3

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

library.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "RF24Network",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"keywords": "rf, radio, wireless, spi",
55
"description": "OSI Layer 3 Networking for nrf24L01(+) & nrf52x devices.",
66
"license": "GPL-2.0-only",
@@ -18,11 +18,12 @@
1818
"name": "nrf_to_nrf",
1919
"authors": "TMRh20",
2020
"frameworks": "arduino",
21-
"platforms":["nordicnrf52"]
21+
"platforms": [
22+
"nordicnrf52"
23+
]
2224
}
2325
],
24-
"export":
25-
{
26+
"export": {
2627
"exclude": [
2728
".github/*",
2829
"keywords.txt",
@@ -44,4 +45,4 @@
4445
"ststm32",
4546
"nordicnrf52"
4647
]
47-
}
48+
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=RF24Network
2-
version=2.0.0
2+
version=2.0.1
33
author=TMRh20
44
maintainer=TMRh20,Avamander
55
sentence=OSI Layer 3 Networking for nrf24L01(+) & nrf52x devices.

0 commit comments

Comments
 (0)