Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version for release #107

Merged
merged 6 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> A Single Platform for All the Courses

Magnify is a modern application designed with an intuitive interface to access the LMHS Program of Studies online. It is also a submission for the 2023 Congressional App Challenge in Iowa's First District.
Magnify is a modern application designed with an intuitive interface to access the Linn-Mar Program of Studies online. It is also a submission for the 2023 Congressional App Challenge in Iowa's Second District.

If you would like to help improve this project, please feel free to create a pull request and review our [code of conduct](./CODE_OF_CONDUCT.md) as well as the [contributing](./CONTRIBUTING.md) guidelines.

Expand Down
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: |
| < 2024-2025.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": "-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-1.pdf',
};
Loading