From de3e0a0d9fb124cae043bea3a3218d025950b0fd Mon Sep 17 00:00:00 2001 From: charles Date: Sat, 1 Jun 2024 20:56:39 -0400 Subject: [PATCH] version 1.5.4 --- library.properties | 2 +- src/gpio_viewer.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 307b69e..23f7eee 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=GPIOViewer -version=1.5.3 +version=1.5.4 author=The Last Outpost Workshop maintainer=The Last Outpost Workshop sentence=Web Application to view GPIO pins live! diff --git a/src/gpio_viewer.h b/src/gpio_viewer.h index 1a0363e..fa6c6da 100644 --- a/src/gpio_viewer.h +++ b/src/gpio_viewer.h @@ -22,7 +22,7 @@ #endif #include -const char *release = "1.5.3"; +const char *release = "1.5.4"; const String baseURL = "https://thelastoutpostworkshop.github.io/microcontroller_devkit/gpio_viewer_1_5/";