7.9 changelog

This commit is contained in:
wukko
2024-01-17 19:35:50 +06:00
parent da0c765ad9
commit e4405828a6
6 changed files with 16 additions and 7 deletions

View File

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