diff --git a/SECURITY.md b/SECURITY.md index a715fcd..5821a75 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,10 +4,10 @@ Security is very important to Magnify. This file informs you about our policy. ## Supported Versions -| Version | Supported | -| ---------- | ------------------ | -| 2024.x.x | :white_check_mark: | -| < 2024.x.x | :x: | +| Version | Supported | +| ---------- | ------------------ | +| 2024-2025.x.x | :white_check_mark: | +| < 2023-2024.x.x | :x: | ## Reporting a Vulnerability diff --git a/package-lock.json b/package-lock.json index 6165ff9..d4603ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "magnify", - "version": "2024.0.0", + "version": "2024-2025.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "magnify", - "version": "2024.0.0", + "version": "2024-2025.0.0", "dependencies": { "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", diff --git a/package.json b/package.json index 823df6c..5aadd29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magnify", - "version": "2024.0.0", + "version": "2024-2025.0.0", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.16.4", diff --git a/public/index.html b/public/index.html index 9d37fb7..ea9a268 100644 --- a/public/index.html +++ b/public/index.html @@ -7,20 +7,20 @@ - + - + - Magnify 2023 + Magnify 2024-2025 diff --git a/public/manifest.json b/public/manifest.json index fed734c..28593e3 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "short_name": "Magnify", - "name": "Magnify 2023", + "name": "Magnify 2024-2025", "icons": [ { "src": "favicon.svg", diff --git a/src/data/links.ts b/src/data/links.ts index 29285d8..559d335 100644 --- a/src/data/links.ts +++ b/src/data/links.ts @@ -1,5 +1,5 @@ export const links = { github: 'https://github.com/magnifydev/magnify', programOfStudiesPDF: - 'https://linnmark12iaus.b-cdn.net/wp-content/uploads/2016/11/2023-2024-LMHS-Program-of-Studies-FINAL1.pdf', + 'https://linnmark12iaus.b-cdn.net/wp-content/uploads/2016/11/2024-2025-LMHS-Program-of-Studies-FINAL1.pdf', };