Skip to content

Commit b6a304a

Browse files
committed
📦 Release 0.6.0
1 parent f1b4576 commit b6a304a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

library.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"description": "An Arduino for ESP8266 asynchronous MQTT client implementation",
55
"authors":
66
{
7-
"name": "Marvin Roger",
7+
"name": "Marvin ROGER",
88
"url": "https://www.marvinroger.fr"
99
},
1010
"repository":
1111
{
1212
"type": "git",
1313
"url": "https://github.com/marvinroger/async-mqtt-client.git"
1414
},
15-
"version": "0.5.0",
15+
"version": "0.6.0",
1616
"frameworks": "arduino",
1717
"platforms": "espressif",
1818
"dependencies": [

library.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name=AsyncMqttClient
2-
version=0.5.0
3-
author=Marvin Roger
4-
maintainer=Marvin Roger
2+
version=0.6.0
3+
author=Marvin ROGER
4+
maintainer=Marvin ROGER
55
sentence=An Arduino for ESP8266 asynchronous MQTT client implementation
66
paragraph=Like this project? Please star it on GitHub!
77
category=Communication

0 commit comments

Comments
 (0)