Release as 0.7.25

This commit is contained in:
Faisal Salman
2021-03-24 15:51:45 +07:00
parent 4d94c6b3e3
commit 3da59cef3d
6 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
/*!
* UAParser.js v0.7.24
/*!@license
* UAParser.js v0.7.25
* Lightweight JavaScript-based User-Agent string parser
* https://github.com/faisalman/ua-parser-js
*
@@ -16,7 +16,7 @@
/////////////
var LIBVERSION = '0.7.24',
var LIBVERSION = '0.7.25',
EMPTY = '',
UNKNOWN = '?',
FUNC_TYPE = 'function',