diff --git a/code/espurna/config/version.h b/code/espurna/config/version.h index 1b9b8b57..004c4b69 100644 --- a/code/espurna/config/version.h +++ b/code/espurna/config/version.h @@ -1,5 +1,5 @@ #define APP_NAME "ESPURNA" -#define APP_VERSION "1.11.3" +#define APP_VERSION "1.11.4a" #define APP_AUTHOR "xose.perez@gmail.com" #define APP_WEBSITE "http://tinkerman.cat" #define CFG_VERSION 3 diff --git a/code/platformio.ini b/code/platformio.ini index 01e0bf20..430f2f25 100644 --- a/code/platformio.ini +++ b/code/platformio.ini @@ -33,7 +33,7 @@ lib_deps = https://github.com/xoseperez/RemoteSwitch-arduino-library.git https://github.com/markszabo/IRremoteESP8266#v2.2.0 lib_ignore = -extra_scripts = extra_script.py +extra_scripts = extra_scripts.py # ------------------------------------------------------------------------------