From a6e23a95c4de76ba255c722eefc6a2b2be14d79b Mon Sep 17 00:00:00 2001 From: brentru Date: Thu, 17 Jul 2025 09:33:18 -0400 Subject: [PATCH] bump version for ssl cert --- library.properties | 2 +- src/Wippersnapper.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 6eb790b8b..38362080b 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit WipperSnapper -version=1.0.0-beta.105 +version=1.0.0-beta.106 author=Adafruit maintainer=Adafruit sentence=Arduino application for Adafruit.io WipperSnapper diff --git a/src/Wippersnapper.h b/src/Wippersnapper.h index 230b82265..d0130a629 100644 --- a/src/Wippersnapper.h +++ b/src/Wippersnapper.h @@ -142,7 +142,7 @@ #endif #define WS_VERSION \ - "1.0.0-beta.105" ///< WipperSnapper app. version (semver-formatted) + "1.0.0-beta.106" ///< WipperSnapper app. version (semver-formatted) // Reserved Adafruit IO MQTT topics #define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic