Bump version 2.0.5

This commit is contained in:
Faisal Salman
2025-09-05 21:43:09 +07:00
parent a4342b01d4
commit 3ea5721e86
21 changed files with 678 additions and 215 deletions

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////////
/* UAParser.js v2.0.4
/* UAParser.js v2.0.5
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.4',
var LIBVERSION = '2.0.5',
UA_MAX_LENGTH = 500,
USER_AGENT = 'user-agent',
EMPTY = '',