Skip to content

Commit 7012231

Browse files
committed
Bumping v1.0.5
1 parent 8531f01 commit 7012231

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ Bugs, feature requests, contributions are welcome: [Ds1302 issue tracker][ISU01]
2626

2727
## Changelog
2828

29+
### 1.0.5
30+
31+
- Bugfix: wrong mask when reading the year register (thanks
32+
[@photomultiplier](https://github.com/Treboada/Ds1302/pull/8)
33+
2934
### 1.0.4
3035

3136
- Library added to the Arduino Library Manager (thanks

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Ds1302",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"keywords": "library, C, C++, RTC, DS1302, clock, date, time, datetime",
55
"description": "A C/C++ library to use DS1302 RTC chip.",
66
"license": "AGPL-3.0",

0 commit comments

Comments
 (0)