Bump version 0.7.34

This commit is contained in:
Faisal Salman
2023-03-05 20:46:16 +07:00
parent 551ad88474
commit 3218051f07
9 changed files with 85 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////////
/* UAParser.js v0.7.33
/* UAParser.js v0.7.34
Copyright © 2012-2021 Faisal Salman <f@faisalman.com>
MIT License *//*
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data.
@@ -17,7 +17,7 @@
/////////////
var LIBVERSION = '0.7.33',
var LIBVERSION = '0.7.34',
EMPTY = '',
UNKNOWN = '?',
FUNC_TYPE = 'function',