fix: year and era - unlock both on lock icon click

This commit is contained in:
Azgaar 2024-09-02 12:16:51 +02:00
parent 23e2484526
commit d42fd5cf92
3 changed files with 13 additions and 9 deletions

View file

@ -12,7 +12,7 @@
*
* Example: 1.102.0 -> Major version 1, Minor version 102, Patch version 0
*/
const VERSION = "1.101.01";
const VERSION = "1.101.02";
{
document.title += " v" + VERSION;