Skip to content

Commit a007a86

Browse files
committed
bump version to v1.1.11
1 parent 8222f41 commit a007a86

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

library.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
"type": "git",
88
"url": "https://github.com/nRF24/RF24Mesh.git"
99
},
10-
"version": "1.1.10",
11-
"dependencies":
12-
[
10+
"version": "1.1.11",
11+
"dependencies": [
1312
{
1413
"name": "RF24",
1514
"authors": "nRF24",
@@ -22,8 +21,7 @@
2221
"version": "<2.0.0"
2322
}
2423
],
25-
"export":
26-
{
24+
"export": {
2725
"exclude": [
2826
".github/*",
2927
"keywords.txt",
@@ -44,4 +42,4 @@
4442
"espressif8266",
4543
"ststm32"
4644
]
47-
}
45+
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=RF24Mesh
2-
version=1.1.10
2+
version=1.1.11
33
author=TMRh20
44
maintainer=TMRh20,Avamander
55
sentence=OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) radios.

0 commit comments

Comments
 (0)