From c1a26fe7b85997d02538bc9389c25acd25440344 Mon Sep 17 00:00:00 2001 From: GuruSR <17853390+GuruSR@users.noreply.github.com> Date: Mon, 13 Jun 2022 08:45:25 -0400 Subject: [PATCH] Version 1.4.3J. --- src/Watchy_GSR.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Watchy_GSR.h b/src/Watchy_GSR.h index 8caf8bb..e6c597f 100644 --- a/src/Watchy_GSR.h +++ b/src/Watchy_GSR.h @@ -40,7 +40,7 @@ class WatchyGSR{ static SmallRTC SRTC; static SmallNTP SNTP; static GxEPD2_BW display; - static constexpr const char* Build = "1.4.3I"; + static constexpr const char* Build = "1.4.3J"; enum DesOps {dSTATIC, dLEFT, dRIGHT, dCENTER}; public: