Bump version 2.0.3

This commit is contained in:
Faisal Salman
2025-03-15 00:37:56 +07:00
parent 6a41513df4
commit af8acf9078
19 changed files with 132 additions and 1648 deletions

View File

@@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////////
/* UAParser.js v2.0.2
Copyright © 2012-2024 Faisal Salman <f@faisalman.com>
/* UAParser.js v2.0.3
Copyright © 2012-2025 Faisal Salman <f@faisalman.com>
AGPLv3 License *//*
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data.
Supports browser & node.js environment.
@@ -19,7 +19,7 @@
// Constants
/////////////
var LIBVERSION = '2.0.2',
var LIBVERSION = '2.0.3',
UA_MAX_LENGTH = 500,
USER_AGENT = 'user-agent',
EMPTY = '',