From 60579420e0704ff6d126c50d28fa8fa7f5d1635f Mon Sep 17 00:00:00 2001 From: Davide Perini Date: Sun, 18 Apr 2021 17:55:02 +0200 Subject: [PATCH] Release v1.7.9 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 06b264f..d3841f7 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/sblantipodi/arduino_bootstrapper.git" }, - "version": "1.7.8", + "version": "1.7.9", "examples": "examples/*.cpp", "exclude": "tests", "frameworks": "arduino", diff --git a/library.properties b/library.properties index 8ba3b6d..d72cd85 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Bootstrapper -version=1.7.8 +version=1.7.9 author=Davide Perini maintainer=Davide Perini sentence=A client library for MQTT messaging.