Update version number to 0.7.24

This commit is contained in:
Faisal Salman
2021-02-12 09:58:03 +07:00
parent 809439e20e
commit 9999815ac8
8 changed files with 14 additions and 14 deletions

View File

@@ -1,9 +1,9 @@
/*!
* UAParser.js v0.7.23
* UAParser.js v0.7.24
* Lightweight JavaScript-based User-Agent string parser
* https://github.com/faisalman/ua-parser-js
*
* Copyright © 2012-2019 Faisal Salman <f@faisalman.com>
* Copyright © 2012-2021 Faisal Salman <f@faisalman.com>
* Licensed under MIT License
*/
@@ -16,7 +16,7 @@
/////////////
var LIBVERSION = '0.7.23',
var LIBVERSION = '0.7.24',
EMPTY = '',
UNKNOWN = '?',
FUNC_TYPE = 'function',