Skip to content

Commit 29d5e43

Browse files
committed
Securing the 1.x version (issue #536)
1 parent 051aa5d commit 29d5e43

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ua-parser-js",
3-
"version": "0.8.1",
3+
"version": "1.0.1",
44
"authors": [
55
"Faisal Salman <[email protected]>"
66
],

Diff for: package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'faisalman:ua-parser-js',
3-
version: '0.8.1',
3+
version: '1.0.1',
44
summary: 'Lightweight JavaScript-based user-agent string parser',
55
git: 'https://github.com/faisalman/ua-parser-js.git',
66
documentation: 'readme.md'

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "UAParser.js",
33
"name": "ua-parser-js",
4-
"version": "0.8.1",
4+
"version": "1.0.1",
55
"author": "Faisal Salman <[email protected]> (http://faisalman.com)",
66
"description": "Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environment",
77
"keywords": [

Diff for: src/ua-parser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/////////////
1818

1919

20-
var LIBVERSION = '0.8.1',
20+
var LIBVERSION = '1.0.1',
2121
EMPTY = '',
2222
UNKNOWN = '?',
2323
FUNC_TYPE = 'function',

0 commit comments

Comments
 (0)