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/";