Bump version 2.0.4

This commit is contained in:
Faisal Salman
2025-06-21 21:41:00 +07:00
parent 86b3cd37e2
commit c9d008e97a
19 changed files with 251 additions and 134 deletions

View File

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