From 158408f17379010300c5f782141d4ba6af50cde2 Mon Sep 17 00:00:00 2001 From: Luke A Date: Sun, 13 Nov 2022 20:08:53 -0500 Subject: [PATCH] Changes to update our flash and WWW pages to 0.5.3 --- include/helper.h | 2 +- www/.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/helper.h b/include/helper.h index c252e1d0..af535f9b 100644 --- a/include/helper.h +++ b/include/helper.h @@ -11,7 +11,7 @@ #include "xinput_driver.h" // GP2040-CE Version (32 character limit) -#define GP2040VERSION "v0.5.2" +#define GP2040VERSION "v0.5.3" const std::string BUTTON_LABEL_UP = "Up"; const std::string BUTTON_LABEL_DOWN = "Down"; diff --git a/www/.env b/www/.env index 2550cdcc..44a5f774 100644 --- a/www/.env +++ b/www/.env @@ -1,4 +1,4 @@ GENERATE_SOURCEMAP=false -REACT_APP_CURRENT_VERSION=v0.5.2 +REACT_APP_CURRENT_VERSION=v0.5.3 REACT_APP_GP2040_BOARD=pico REACT_APP_GP2040_CONTROLLER=pico