Skip to content

Commit 0605524

Browse files
timpurmarvinroger
authored andcommitted
⬆️ Update PlatformIO dependencies (marvinroger#76)
* Updated PlatformIO dependencies * minor fix * version change * version change
1 parent 101277d commit 0605524

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

library.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@
1212
"type": "git",
1313
"url": "https://github.com/marvinroger/async-mqtt-client.git"
1414
},
15-
"version": "0.8.1",
15+
"version": "0.8.2",
1616
"frameworks": "arduino",
1717
"platforms": ["espressif8266", "espressif32"],
1818
"dependencies": [
1919
{
2020
"name": "ESPAsyncTCP",
21-
"version": "~1.0.0",
21+
"version": "^1.1.0",
2222
"platforms": "espressif8266"
2323
},
2424
{
2525
"name": "AsyncTCP",
26+
"version": "^1.0.0",
2627
"platforms": "espressif32"
2728
}
2829
]

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=AsyncMqttClient
2-
version=0.8.1
2+
version=0.8.2
33
author=Marvin ROGER
44
maintainer=Marvin ROGER
55
sentence=An Arduino for ESP8266 and ESP32 asynchronous MQTT client implementation

0 commit comments

Comments
 (0)