From 9bf9755668b695d0549ade71357188279b8a1f80 Mon Sep 17 00:00:00 2001 From: Michael Merz Date: Mon, 15 Jan 2024 21:14:25 -0500 Subject: [PATCH] chore: bump version --- public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index c6b32cabb..7937d80a9 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 3, "name": "Station Wallet", - "version": "8.0.5", - "version_name": "8.0.5", + "version": "8.0.5.1", + "version_name": "8.0.5.1", "background": { "service_worker": "background.js" },