Skip to content

Commit c4e30b3

Browse files
committed
Merge pull request #11 from lowjoel/lowjoel-update-cs3216-claim-1
Update claim script for AY2015/16 Sem 1
2 parents 29c6844 + c240991 commit c4e30b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

claims/module-claims/claim-cs3216.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ var config = {
2929
module: 'CS3216',
3030
// Format: YYYY/MM/DD
3131
// Note: Month is from 0-11, Date is from 1-31
32-
// This should be the semester's week 1. For AY14/15 Sem 1, it's Monday, Aug 11
33-
first_day_of_sem: new Date(2014, 7, 11),
32+
// This should be the semester's week 1. For AY15/16 Sem 1, it's Monday, Aug 10
33+
first_day_of_sem: new Date(2015, 7, 10),
3434
// In case you want to customize the duties field for each activity
3535
// Do not modify the keys
3636
duties: {

0 commit comments

Comments
 (0)