Skip to content
This repository was archived by the owner on Jan 17, 2026. It is now read-only.

Commit a1c6d0f

Browse files
authored
Merge pull request #15 from QuantumStack/dev
Version 1.3.2
2 parents bcf0bc8 + 89e8418 commit a1c6d0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/routes/checkin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ router.post('/:student_id', authRequired, (req, res, next) => {
188188
<br /><span style="font-weight: bold">Time:</span> ${convertDate(moment(date), -1, false).format('MMMM Do YYYY, h:mm:ss a')}
189189
<br /><span style="font-weight: bold">TA:</span> ${req.user._id}</p>
190190
191-
// <small>&copy; <u><a href="https://quantumstack.xyz/?ref=cmulab">QuantumStack</a> 2019</small>
191+
<small>&copy; <a href="https://quantumstack.xyz/?ref=cmulab">QuantumStack</a> 2019</small>
192192
`,
193193
};
194194

server/util/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const axios = require('axios');
22

33
// current version
4-
const current = 'v1.3.1';
4+
const current = 'v1.3.2';
55
let latest;
66

77
// look for a new release on github

0 commit comments

Comments
 (0)