Skip to content

Commit 09160e9

Browse files
committed
bump version to v1.0.20
1 parent 0a4ac30 commit 09160e9

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": "1.0.19",
3+
"version": "1.0.20",
44
"keywords": "rf, radio, wireless, spi",
55
"description": "OSI Layer 3 Networking for nrf24L01(+) 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",
@@ -43,4 +44,4 @@
4344
"espressif8266",
4445
"ststm32"
4546
]
46-
}
47+
}

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=1.0.19
2+
version=1.0.20
33
author=TMRh20
44
maintainer=TMRh20,Avamander
55
sentence=OSI Layer 3 Networking for nrf24L01(+) devices.

0 commit comments

Comments
 (0)