Update version to 2.0.0-rc.1

This commit is contained in:
Faisal Salman
2024-10-29 22:29:51 +07:00
parent aad163ffc5
commit 1e0175c001
14 changed files with 256 additions and 192 deletions

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////////
/* UAParser.js v2.0.0-beta.3
/* UAParser.js v2.0.0-rc.1
Copyright © 2012-2024 Faisal Salman <f@faisalman.com>
AGPLv3 License *//*
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data.
@@ -19,7 +19,7 @@
// Constants
/////////////
var LIBVERSION = '2.0.0-beta.3',
var LIBVERSION = '2.0.0-rc.1',
EMPTY = '',
UNKNOWN = '?',
FUNC_TYPE = 'function',