From 5ad7559e47730c8e3db7a9a03bfd0234de84f1b5 Mon Sep 17 00:00:00 2001 From: wukko Date: Sat, 5 Aug 2023 00:49:22 +0600 Subject: [PATCH] forgot to change the 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 6d09baf..452e13c 100644 --- a/src/front/cobalt.js +++ b/src/front/cobalt.js @@ -3,7 +3,7 @@ const isIOS = ua.match("iphone os"); const isMobile = ua.match("android") || ua.match("iphone os"); const isFirefox = ua.match("firefox/"); const isOldFirefox = ua.match("firefox/") && ua.split("firefox/")[1].split('.')[0] < 103; -const version = 31; +const version = 32; const regex = new RegExp(/https:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()!@:%_\+.~#?&\/\/=]*)/); const notification = `
`;