Bump version 2.0.6

This commit is contained in:
Faisal Salman
2025-10-10 09:58:40 +07:00
parent 2882014f0e
commit 061cf0e90f
19 changed files with 247 additions and 189 deletions

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////////
/* UAParser.js v2.0.5
/* UAParser.js v2.0.6
Copyright © 2012-2025 Faisal Salman <f@faisalman.com>
AGPLv3 License *//*
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data.
@@ -19,7 +19,7 @@
// Constants
/////////////
var LIBVERSION = '2.0.5',
var LIBVERSION = '2.0.6',
UA_MAX_LENGTH = 500,
USER_AGENT = 'user-agent',
EMPTY = '',