From 6bc72675fcec1865815997eeba907fc0786a9bad Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Thu, 23 May 2024 15:49:48 +0100 Subject: [PATCH] bump version to 1.0.0-beta.83 --- library.properties | 2 +- src/Wippersnapper.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index e6ef4c5bb..b2dd5c37e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit WipperSnapper -version=1.0.0-beta.82 +version=1.0.0-beta.83 author=Adafruit maintainer=Adafruit sentence=Arduino application for Adafruit.io WipperSnapper diff --git a/src/Wippersnapper.h b/src/Wippersnapper.h index 29b604fb1..082d95072 100644 --- a/src/Wippersnapper.h +++ b/src/Wippersnapper.h @@ -90,7 +90,7 @@ #endif #define WS_VERSION \ - "1.0.0-beta.82" ///< WipperSnapper app. version (semver-formatted) + "1.0.0-beta.83" ///< WipperSnapper app. version (semver-formatted) // Reserved Adafruit IO MQTT topics #define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic