diff --git a/library.properties b/library.properties index 668858f..eda3d1a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=GPIOViewer -version=1.0.7 +version=1.5.0 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 d800878..bb90ccd 100644 --- a/src/gpio_viewer.h +++ b/src/gpio_viewer.h @@ -25,7 +25,7 @@ #define Version15 #ifdef Version15 -const char *release = "1.5.0-unstable, please use a stable version"; +const char *release = "1.5.0"; #else const char *release = "1.0.8-unstable, please use a stable version"; #endif