Release as 0.7.27

This commit is contained in:
Faisal Salman
2021-04-02 18:17:03 +07:00
parent 24950f97ae
commit f95aced43b
6 changed files with 9 additions and 9 deletions

View File

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