diff --git a/README.md b/README.md index 7d68a58..5d4106a 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,9 @@ Work is in progress... --- ## Version history +#### v0.9.110 +- optimization and bug fixes (display, player, netserver, telnet. mqtt) + #### v0.9.084 - monospace fonts for clock on TFT displays. Fonts can be restored to their original form by adding the ```#define CLOCKFONT_MONO false``` parameter to the myoptions.h file - new parameter ```#define COLOR_CLOCK_BG R,G,B``` - color of inactive clock segments diff --git a/yoRadio/src/core/options.h b/yoRadio/src/core/options.h index 4af9488..ae0d490 100644 --- a/yoRadio/src/core/options.h +++ b/yoRadio/src/core/options.h @@ -1,7 +1,7 @@ #ifndef options_h #define options_h -#define YOVERSION "0.9.102" +#define YOVERSION "0.9.110" /******************************************************* DO NOT EDIT THIS FILE.