From 96cb88b6cdbd408776f60b93795c66501a45bbfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20G=C3=A4hwiler?= Date: Sun, 5 Feb 2023 18:48:04 +0100 Subject: [PATCH] bump version --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 6a4d721..15b9a35 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "LWMQTT", - "version": "0.8.0", + "version": "0.9.0", "keywords": "lwmqtt, mqtt, iot", "description": "The Light Weight MQTT library implements a MQTT 3.1.1 client that is optimized to be used in embedded and constraint systems. It can be used with any operating system and network stack and only requires a handful of callbacks for a full integration.", "frameworks": "*",