From ddbf4d13287f72bbd281b463f5f032cfe035869f Mon Sep 17 00:00:00 2001 From: Marvin ROGER Date: Mon, 19 Jun 2017 13:46:28 +0200 Subject: [PATCH] :package: Release v0.8.1 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 5c55823..3742bae 100644 --- a/library.json +++ b/library.json @@ -12,7 +12,7 @@ "type": "git", "url": "https://github.com/marvinroger/async-mqtt-client.git" }, - "version": "0.8.0", + "version": "0.8.1", "frameworks": "arduino", "platforms": "espressif", "dependencies": [ diff --git a/library.properties b/library.properties index 38fda89..24124be 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=AsyncMqttClient -version=0.8.0 +version=0.8.1 author=Marvin ROGER maintainer=Marvin ROGER sentence=An Arduino for ESP8266 asynchronous MQTT client implementation