Skip to content

Commit

Permalink
version 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesgiguere committed Jun 2, 2024
1 parent ed3a520 commit de3e0a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=GPIOViewer
version=1.5.3
version=1.5.4
author=The Last Outpost Workshop
maintainer=The Last Outpost Workshop <thelastoutpostworkshop@gmail.com>
sentence=Web Application to view GPIO pins live!
Expand Down
2 changes: 1 addition & 1 deletion src/gpio_viewer.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#endif
#include <esp_partition.h>

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

Expand Down

0 comments on commit de3e0a0

Please sign in to comment.