Commit: 9f4a274cdff63922f652fc80f6bf105ca18f8624 Parent: 475cf29de272958889b75d3a5326bcb17f475c9b Author: Vi Grey Date: 2016-06-10 07:49 UTC Summary: Updated Credits README.md | 2 +- datecalc.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 328fb4c..6c08bc2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ datecalc-js ======== -datecalc is created by Vi Grey ([http://pariahvi.com](http://pariahvi.com)) and is licensed under a BSD 2-Clause License. Read LICENSE.txt for more license text. +datecalc is created by Vi Grey (https://vigrey.com) and is licensed under a BSD 2-Clause License. Read LICENSE.txt for more license text. Javascript module to calculate the day of the week of any date diff --git a/datecalc.js b/datecalc.js index 24720f9..9e769ac 100644 --- a/datecalc.js +++ b/datecalc.js @@ -25,7 +25,7 @@ * SUCH DAMAGE. */ -/* Version 1.0.3.6 */ +/* Version 1.0.3.7 */ var MONTH_OFFSET = [ [4, 3], [0, 6], [0], [3], [5], [1], [3], [6], [2], [4], [0], [2]