Skip to content

Commit 4d77eca

Browse files
committed
📦 Add semver dep and release 0.6.1
1 parent b6a304a commit 4d77eca

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

library.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@
1212
"type": "git",
1313
"url": "https://github.com/marvinroger/async-mqtt-client.git"
1414
},
15-
"version": "0.6.0",
15+
"version": "0.6.1",
1616
"frameworks": "arduino",
1717
"platforms": "espressif",
1818
"dependencies": [
1919
{
2020
"name": "ESPAsyncTCP",
21-
"authors": "Hristo Gochkov",
22-
"frameworks": "arduino",
23-
"platforms": "espressif"
21+
"version": "^1.0.1"
2422
}
2523
]
2624
}

0 commit comments

Comments
 (0)