Skip to content

Commit

Permalink
Merge branch 'main' into bugfix10
Browse files Browse the repository at this point in the history
  • Loading branch information
daithihearn authored Jan 15, 2023
2 parents fd7ec4f + 40e7634 commit d83b245
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "3.2.4",
"version": "3.2.5",
"description": "React frontend for the Cards 110",
"author": "Daithi Hearn",
"license": "MIT",
Expand Down
30 changes: 15 additions & 15 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"short_name": "Cards 110",
"name": "Cards 110",
"version": "3.2.4",
"icons": [
{
"src": "./assets/favicon.png",
"sizes": "100x100",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
"short_name": "Cards 110",
"name": "Cards 110",
"version": "3.2.5",
"icons": [
{
"src": "./assets/favicon.png",
"sizes": "100x100",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}

0 comments on commit d83b245

Please sign in to comment.