Skip to content

Commit

Permalink
Merge pull request #2 from MarkusFelix/platformio-library-definition
Browse files Browse the repository at this point in the history
added library definition for platformIO & increment version number in library.properties
  • Loading branch information
ZakKemble authored Nov 1, 2020
2 parents 2792b45 + db30b7b commit 8b77751
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -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": "*"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=nRF905 Radio Library
version=4.0.0
version=4.0.1
author=Zak Kemble <contact@zakkemble.net>
maintainer=Zak Kemble <contact@zakkemble.net>
sentence=nRF905 Radio Library for Arduino
Expand Down

0 comments on commit 8b77751

Please sign in to comment.