From aa749b24c7f347a57ae4262c52babbc67629b7a1 Mon Sep 17 00:00:00 2001 From: Michael Merz Date: Fri, 16 Feb 2024 12:50:30 -0500 Subject: [PATCH] feat: bump version --- public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 0195c4384..aa511775f 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 3, "name": "Station Wallet", - "version": "8.0.5.3", - "version_name": "8.0.5.3", + "version": "8.0.6", + "version_name": "8.0.6", "background": { "service_worker": "background.js" },