fix "LibVer" info on "About Watchy" screen

pull/181/head
ITCactus 2022-08-05 15:07:56 +02:00
parent 2e957fb80b
commit 819606e892
1 changed files with 1 additions and 1 deletions

View File

@ -72,5 +72,5 @@
#define HARDWARE_VERSION_MAJOR 1
#define HARDWARE_VERSION_MINOR 0
// Versioning
#define WATCHY_LIB_VER "1.4.0"
#define WATCHY_LIB_VER "1.4.1"
#endif