@routebot/constants 0.3.38 → 0.3.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/constants/constants.js +2 -2
- package/package.json +1 -1
package/constants/constants.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
const CURRENT_EDUCATION_YEAR_ID = "
|
|
2
|
-
const CURRENT_EDUCATION_YEAR_LABEL = "
|
|
1
|
+
const CURRENT_EDUCATION_YEAR_ID = "6960e4c3afc53cac598ad784";
|
|
2
|
+
const CURRENT_EDUCATION_YEAR_LABEL = "2026-2027";
|
|
3
3
|
|
|
4
4
|
const IOS_APP_LINK = "https://tinyurl.com/servistesinios";
|
|
5
5
|
const ANDROID_APP_LINK = "https://tinyurl.com/servistesinandroid";
|