Skip to content

Commit

Permalink
bump version to v1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jun 11, 2024
1 parent 8222f41 commit a007a86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
"type": "git",
"url": "https://github.com/nRF24/RF24Mesh.git"
},
"version": "1.1.10",
"dependencies":
[
"version": "1.1.11",
"dependencies": [
{
"name": "RF24",
"authors": "nRF24",
Expand All @@ -22,8 +21,7 @@
"version": "<2.0.0"
}
],
"export":
{
"export": {
"exclude": [
".github/*",
"keywords.txt",
Expand All @@ -44,4 +42,4 @@
"espressif8266",
"ststm32"
]
}
}
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.1.10
version=1.1.11
author=TMRh20
maintainer=TMRh20,Avamander
sentence=OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) radios.
Expand Down

0 comments on commit a007a86

Please sign in to comment.