Skip to content

Commit eea87e0

Browse files
authored
Merge pull request #16 from yyc/master
Update CS1101S script
2 parents ee28fbb + 4ba8aa4 commit eea87e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

claims/module-claims/claim-cs1101s.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var config = {
3131
// Format: YYYY/MM/DD
3232
// Note: Month is from 0-11, Date is from 1-31
3333
// This should be the semester's week 1. For AY15/16 Sem 1, it's Monday, Aug 10
34-
first_day_of_sem: new Date(2015, 7, 10),
34+
first_day_of_sem: new Date(2016, 08, 08),
3535
// In case you want to customize the duties field for each activity
3636
// Do not modify the keys
3737
duties: {

0 commit comments

Comments
 (0)