From 4d77eca693b6469bb5d8bbdca7f213e4ea574f2e Mon Sep 17 00:00:00 2001 From: Marvin Roger Date: Fri, 24 Mar 2017 16:16:50 +0100 Subject: [PATCH] :package: Add semver dep and release 0.6.1 --- library.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index b3f17de..47be345 100644 --- a/library.json +++ b/library.json @@ -12,15 +12,13 @@ "type": "git", "url": "https://github.com/marvinroger/async-mqtt-client.git" }, - "version": "0.6.0", + "version": "0.6.1", "frameworks": "arduino", "platforms": "espressif", "dependencies": [ { "name": "ESPAsyncTCP", - "authors": "Hristo Gochkov", - "frameworks": "arduino", - "platforms": "espressif" + "version": "^1.0.1" } ] }