Merge pull request #181 from ITCactus/fix-version-about-screen

fix "LibVer" info on "About Watchy" screen
pull/187/head
SQFMI 2022-10-08 02:55:25 -04:00 committed by GitHub
commit 4c56a38f34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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