From d6f5f135b3d606c34e7c26222d1308eb7a49f796 Mon Sep 17 00:00:00 2001 From: wukko Date: Sun, 15 Oct 2023 01:24:41 +0600 Subject: [PATCH] bump frontend version --- src/front/cobalt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/front/cobalt.js b/src/front/cobalt.js index eed6b43..4a3ad9e 100644 --- a/src/front/cobalt.js +++ b/src/front/cobalt.js @@ -1,4 +1,4 @@ -const version = 37; +const version = 38; const ua = navigator.userAgent.toLowerCase(); const isIOS = ua.match("iphone os");