diff --git a/Changelog.md b/Changelog.md index 515b61f..29be530 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ Changelog ========= +## version 23.7 + ++ Correct Labour Day date in Victoria, Australia - props [koterpillar](https://github.com/koterpillar) [(#12)](https://github.com/hvianna/desktopCal.js/pull/12). + + ## version 23.2 ### Added: @@ -15,6 +20,7 @@ Changelog + Add, not replace, holidays in lieu (for UK and AU) - thank you [koterpillar](https://github.com/koterpillar) [(#10)](https://github.com/hvianna/desktopCal.js/pull/10); + Updated US holidays: added Juneteenth and renamed Washington's Birthday to Presidents' Day. + ## version 23.1 ### Added: diff --git a/js/desktopCal.js b/js/desktopCal.js index b110c5f..9b1f3d2 100644 --- a/js/desktopCal.js +++ b/js/desktopCal.js @@ -21,7 +21,7 @@ */ 'use strict'; -const VERSION = '23.2'; +const VERSION = '23.7'; let cropper = [], colorPresets;