From 7121b058a5784cd0a4857aa3ad5642a267c21ecc Mon Sep 17 00:00:00 2001 From: brentru Date: Tue, 23 Jul 2024 16:46:36 -0400 Subject: [PATCH] bump to 87 --- library.properties | 2 +- src/Wippersnapper.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index cba6cec10..000e57632 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit WipperSnapper -version=1.0.0-beta.86 +version=1.0.0-beta.87 author=Adafruit maintainer=Adafruit sentence=Arduino application for Adafruit.io WipperSnapper diff --git a/src/Wippersnapper.h b/src/Wippersnapper.h index 09fe26e9c..e57881ed2 100644 --- a/src/Wippersnapper.h +++ b/src/Wippersnapper.h @@ -90,7 +90,7 @@ #endif #define WS_VERSION \ - "1.0.0-beta.85" ///< WipperSnapper app. version (semver-formatted) + "1.0.0-beta.87" ///< WipperSnapper app. version (semver-formatted) // Reserved Adafruit IO MQTT topics #define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic