diff --git a/library.json b/library.json new file mode 100755 index 0000000..e3b9433 --- /dev/null +++ b/library.json @@ -0,0 +1,21 @@ +{ + "name": "nRF905 Radio Library", + "version": "4.0.1", + "keywords": "Arduino, Communication, nRF905, Nordic, 433Mhz, 868Mhz, 915Mhz, STM32, ESP8266, NodeMCU, ESP32, M5Stack", + "description": "nRF905 Radio Library for Arduino", + "repository": + { + "type": "git", + "url": "https://github.com/zkemble/nRF905-arduino" + }, + "authors": + [ + { + "name": "Zak Kemble", + "email": "contact@zakkemble.net", + "maintainer": true + } + ], + "frameworks": "arduino", + "platforms": "*" +} diff --git a/library.properties b/library.properties index 3f3a922..f2fcc0e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=nRF905 Radio Library -version=4.0.0 +version=4.0.1 author=Zak Kemble maintainer=Zak Kemble sentence=nRF905 Radio Library for Arduino