Skip to content

Commit

Permalink
Bump version for release 2024-2025
Browse files Browse the repository at this point in the history
  • Loading branch information
GoogolGenius authored Jan 25, 2024
1 parent ccf88f7 commit 0886652
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
<meta name="theme-color" content="#000000" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<meta name="title" content="Magnify 2023" />
<meta name="title" content="Magnify 2024-2025" />
<meta
name="description"
content="Linn-Mar High School Digital Program of Studies"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://magnify.web.app/" />
<meta property="og:title" content="Magnify 2023" />
<meta property="og:title" content="Magnify 2024-2025" />
<meta
property="og:description"
content="Linn-Mar High School Digital Program of Studies"
/>
<meta property="og:image" content="https://magnify.web.app/logo.png" />
<title>Magnify 2023</title>
<title>Magnify 2024-2025</title>
</head>
<body>
<noscript>Magnify requires JavaScript to run.</noscript>
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "Magnify",
"name": "Magnify 2023",
"name": "Magnify 2024-2025",
"icons": [
{
"src": "favicon.svg",
Expand Down
2 changes: 1 addition & 1 deletion src/data/links.ts
Original file line number Diff line number Diff line change
@@ -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',
};

0 comments on commit 0886652

Please sign in to comment.