Release as 0.7.26

This commit is contained in:
Faisal Salman
2021-03-27 02:43:24 +07:00
parent 999764cf36
commit a6b0c165c4
7 changed files with 11 additions and 11 deletions

View File

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