Bump version 0.7.36 (mirror of v1.0.36)

This commit is contained in:
Faisal Salman
2023-09-09 20:10:57 +07:00
parent 91f3185eb2
commit 056f5e358f
6 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////////
/* UAParser.js v1.0.36
/* UAParser.js v0.7.36
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 = '1.0.36',
var LIBVERSION = '0.7.36',
EMPTY = '',
UNKNOWN = '?',
FUNC_TYPE = 'function',