Skip to content

Commit

Permalink
Securing the 0.8.x version (issue #536)
Browse files Browse the repository at this point in the history
  • Loading branch information
faisalman committed Oct 22, 2021
1 parent 139fbc3 commit 051aa5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "ua-parser-js",
"version": "0.7.30",
"version": "0.8.1",
"authors": [
"Faisal Salman <f@faisalman.com>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.js
@@ -1,6 +1,6 @@
Package.describe({
name: 'faisalman:ua-parser-js',
version: '0.7.30',
version: '0.8.1',
summary: 'Lightweight JavaScript-based user-agent string parser',
git: 'https://github.com/faisalman/ua-parser-js.git',
documentation: 'readme.md'
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"title": "UAParser.js",
"name": "ua-parser-js",
"version": "0.7.30",
"version": "0.8.1",
"author": "Faisal Salman <f@faisalman.com> (http://faisalman.com)",
"description": "Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environment",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/ua-parser.js
Expand Up @@ -17,7 +17,7 @@
/////////////


var LIBVERSION = '0.7.30',
var LIBVERSION = '0.8.1',
EMPTY = '',
UNKNOWN = '?',
FUNC_TYPE = 'function',
Expand Down

0 comments on commit 051aa5d

Please sign in to comment.