We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101277d commit 0605524Copy full SHA for 0605524
library.json
@@ -12,17 +12,18 @@
12
"type": "git",
13
"url": "https://github.com/marvinroger/async-mqtt-client.git"
14
},
15
- "version": "0.8.1",
+ "version": "0.8.2",
16
"frameworks": "arduino",
17
"platforms": ["espressif8266", "espressif32"],
18
"dependencies": [
19
{
20
"name": "ESPAsyncTCP",
21
- "version": "~1.0.0",
+ "version": "^1.1.0",
22
"platforms": "espressif8266"
23
24
25
"name": "AsyncTCP",
26
+ "version": "^1.0.0",
27
"platforms": "espressif32"
28
}
29
]
library.properties
@@ -1,5 +1,5 @@
1
name=AsyncMqttClient
2
-version=0.8.1
+version=0.8.2
3
author=Marvin ROGER
4
maintainer=Marvin ROGER
5
sentence=An Arduino for ESP8266 and ESP32 asynchronous MQTT client implementation
0 commit comments