diff --git a/package.json b/package.json index 02f5181..edd4649 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/public/manifest.json b/public/manifest.json index 3fdd0f5..5091167 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -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" +} \ No newline at end of file