From 4360697bea1b07353b98a9c58e2e6cc3ec0ea8f3 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Fri, 7 Apr 2023 09:55:01 -0700 Subject: [PATCH] Inc Version (#168) --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 6b5b9a6..f7c6f07 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/Makuna/Rtc.git" }, - "version": "2.3.6", + "version": "2.3.7", "frameworks": "arduino", "platforms": "*" } diff --git a/library.properties b/library.properties index 61538fb..cb9446f 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Rtc by Makuna -version=2.3.6 +version=2.3.7 author=Michael C. Miller (makuna@live.com) maintainer=Michael C. Miller (makuna@live.com) sentence=A library that makes interfacing DS1302, DS1307, DS3231, and DS3234 Real Time Clock modules easy.