Skip to content

Commit 40e7634

Browse files
authored
Merge pull request #79 from daithihearn/update-version-3.2.5
Update latest version (3.2.5)
2 parents 9e856ba + ff242fb commit 40e7634

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "3.2.4",
3+
"version": "3.2.5",
44
"description": "React frontend for the Cards 110",
55
"author": "Daithi Hearn",
66
"license": "MIT",

public/manifest.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"short_name": "Cards 110",
3-
"name": "Cards 110",
4-
"version": "3.2.4",
5-
"icons": [
6-
{
7-
"src": "./assets/favicon.png",
8-
"sizes": "100x100",
9-
"type": "image/png"
10-
}
11-
],
12-
"start_url": "./index.html",
13-
"display": "standalone",
14-
"theme_color": "#000000",
15-
"background_color": "#ffffff"
16-
}
2+
"short_name": "Cards 110",
3+
"name": "Cards 110",
4+
"version": "3.2.5",
5+
"icons": [
6+
{
7+
"src": "./assets/favicon.png",
8+
"sizes": "100x100",
9+
"type": "image/png"
10+
}
11+
],
12+
"start_url": "./index.html",
13+
"display": "standalone",
14+
"theme_color": "#000000",
15+
"background_color": "#ffffff"
16+
}

0 commit comments

Comments
 (0)