bump frontend version

This commit is contained in:
wukko 2023-10-15 01:24:41 +06:00
parent 1d3eb2fdae
commit d6f5f135b3

View file

@ -1,4 +1,4 @@
const version = 37;
const version = 38;
const ua = navigator.userAgent.toLowerCase();
const isIOS = ua.match("iphone os");