NorthernWidget / DS3231

Communicates between Arduino-programmed AVR and Maxim DS3231 RTC: splice of Ayars' (http://hacks.ayars.org/2011/04/ds3231-real-time-clock.html) and Jeelabs/Ladyada's (https://github.com/adafruit/RTClib) libraries
The Unlicense
187 stars 81 forks source link

New versions are not published to Arduino library manager #74

Closed wiiitek closed 1 year ago

wiiitek commented 2 years ago

I can not see the version 1.1.1 in Arduino library description:

And also (probably because of that) I can not install it with arduino-cli - it installs version 1.1.0:

$ arduino-cli lib install DS3231
Downloading DS3231@1.1.0...
DS3231@1.1.0 already downloaded
Installing DS3231@1.1.0...
Installed DS3231@1.1.0

While comparing version 1.1.0 and 1.1.1 I see that library.properties were not updated, but not sure what else is needed to make new version of this library. See also: https://github.com/NorthernWidget/DS3231/issues/64#issuecomment-1237721412.

I know that I can install the library by ZIP or GIT reference but it would be good if the newest version could be installed by Arduino IDE Library Manager:

DS3231

designer2k2 commented 1 year ago

the version tag in the library.properties file must be updated to 1.1.1 then it will work.

Currently it states: version=1.1.0 https://github.com/NorthernWidget/DS3231/blob/master/library.properties#L2