From 14167dee4505fb32908bbd84653142e8c90ad747 Mon Sep 17 00:00:00 2001 From: Daithi Hearn Date: Sun, 26 Feb 2023 18:24:02 +0100 Subject: [PATCH] Update latest version (5.2.2) --- package.json | 2 +- public/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 06fb9ec..d998d87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "5.2.1", + "version": "5.2.2", "description": "React frontend for the Cards 110", "author": "Daithi Hearn", "license": "MIT", diff --git a/public/manifest.json b/public/manifest.json index 3ae0254..909ee09 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "short_name": "Cards 110", "name": "Cards 110", - "version": "5.2.1", + "version": "5.2.2", "icons": [ { "src": "./assets/favicon.png", @@ -13,4 +13,4 @@ "display": "standalone", "theme_color": "#000000", "background_color": "#ffffff" -} \ No newline at end of file +}