Bump version 2.0.2

This commit is contained in:
Faisal Salman
2025-02-09 07:34:43 +07:00
parent 98e0708f25
commit 4ea03a587d
19 changed files with 29 additions and 25 deletions

View File

@@ -3,7 +3,7 @@
// Source: /src/main/ua-parser.js
/////////////////////////////////////////////////////////////////////////////////
/* UAParser.js v2.0.1
/* UAParser.js v2.0.2
Copyright © 2012-2024 Faisal Salman <f@faisalman.com>
AGPLv3 License *//*
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data.
@@ -21,7 +21,7 @@
// Constants
/////////////
var LIBVERSION = '2.0.1',
var LIBVERSION = '2.0.2',
UA_MAX_LENGTH = 500,
USER_AGENT = 'user-agent',
EMPTY = '',