diff --git a/server/util/version.js b/server/util/version.js index 3fd5258..a0f89dd 100644 --- a/server/util/version.js +++ b/server/util/version.js @@ -1,6 +1,6 @@ const axios = require('axios'); -const current = 'v1.2'; +const current = 'v1.2.1'; let latest; function check() { diff --git a/server/views/admin.hbs b/server/views/admin.hbs index f778b49..b104011 100644 --- a/server/views/admin.hbs +++ b/server/views/admin.hbs @@ -102,7 +102,7 @@ - Users + Users & Admins
  • diff --git a/server/views/partials/students.hbs b/server/views/partials/students.hbs index 06d93bd..ee246b0 100644 --- a/server/views/partials/students.hbs +++ b/server/views/partials/students.hbs @@ -1,6 +1,6 @@
    - View data for students based on lab check-ins. The section listed in the table is based on recorded data. You can upload a CSV with the header _id,section to set student section registration. + View data for students based on lab check-ins. The section listed in the table is based on recorded data. You can upload a CSV with the header _id,section to prefill student section registration.