Fix #328 New release 0.7.19

This commit is contained in:
Faisal Salman
2018-10-26 01:35:15 +07:00
parent 7f8f357995
commit 7aca357879
6 changed files with 9 additions and 9 deletions

View File

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