Skip to content

Commit

Permalink
inc version (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
Makuna committed May 7, 2024
1 parent 7039980 commit ece7387
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Makuna/Rtc.git"
},
"version": "2.4.2",
"version": "2.4.3",
"frameworks": "arduino",
"platforms": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Rtc by Makuna
version=2.4.2
version=2.4.3
author=Michael C. Miller (makuna@live.com)
maintainer=Michael C. Miller (makuna@live.com)
sentence=A library that makes interfacing DS1302, DS1307, DS3231, DS3234, and PCF8563/BM8563 Real Time Clock modules easy.
Expand Down
2 changes: 1 addition & 1 deletion src/RtcDateTime.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class RtcDateTime
RtcDateTime NextDayOfWeek(uint8_t dayOfWeek) const;

/*
causes mbiguous overload for 'operator+'
causes ambiguous overload for 'operator+'
making explicit doesn't solve it
// add unsigned seconds
void operator += (uint32_t seconds)
Expand Down

0 comments on commit ece7387

Please sign in to comment.