Skip to content

Commit

Permalink
Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed May 8, 2019
1 parent 5a1ec37 commit c76ab82
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 34 deletions.
53 changes: 20 additions & 33 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,22 @@
{
"name": "RF24Network",
"version": "1.0.8",
"keywords": "rf, radio, wireless, spi",
"description": "Optimized Network Layer for nRF24L01(+) Radios",
"license": "GPL-2.0-only",
"repository": {
"type": "git",
"url": "https://github.com/TMRh20/RF24Network.git"
},
"dependencies": {
"name": "RF24",
"authors": "RF24",
"frameworks": "arduino"
},
"exclude": [
"examples/*",
"examples_RPi/*",
"RPi/*",
"tests/*"
],
"frameworks": "arduino",
"platforms": [
"atmelavr",
"atmelsam",
"teensy"
],
"requires": [{
"name": "RF24"
},
{
"name": "RF24Network"
}
]
"name": "RF24Mesh",
"keywords": "rf, radio, wireless, spi, mesh, network",
"description": "A simple and seamless 'mesh' layer for sensor networks. Designed to interface directly with with the RF24Network Development library, an OSI Network Layer using nRF24L01(+) radios driven by the newly optimized RF24 library fork.",
"repository":
{
"type": "git",
"url": "https://github.com/TMRh20/RF24Mesh.git"
},
"version": "1.0.6",
"dependencies": [
{ "name": "RF24", "authors": "TMRh20", "frameworks": "arduino" },
{ "name": "RF24Network", "authors": "TMRh20", "frameworks": "arduino" }
],
"exclude": "examples_RPi",
"frameworks": "arduino",
"platforms": [
"atmelavr",
"atmelsam",
"teensy"
]
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=RF24Mesh
version=1.0.51
version=1.0.6
author=TMRh20
maintainer=TMRh20,Avamander
sentence=A library for NRF24L01(+) devices mesh.
Expand Down

0 comments on commit c76ab82

Please sign in to comment.