diff --git a/library.json b/library.json index 8fc189ca..c6eea8ae 100644 --- a/library.json +++ b/library.json @@ -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", @@ -18,11 +18,12 @@ "name": "nrf_to_nrf", "authors": "TMRh20", "frameworks": "arduino", - "platforms":["nordicnrf52"] + "platforms": [ + "nordicnrf52" + ] } ], - "export": - { + "export": { "exclude": [ ".github/*", "keywords.txt", @@ -44,4 +45,4 @@ "ststm32", "nordicnrf52" ] -} +} \ No newline at end of file diff --git a/library.properties b/library.properties index a96a6391..71822f17 100644 --- a/library.properties +++ b/library.properties @@ -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.