Skip to content

Commit f95aced

Browse files
committed
Release as 0.7.27
1 parent 24950f9 commit f95aced

6 files changed

+9
-9
lines changed

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.7.26",
3+
"version": "0.7.27",
44
"authors": [
55
"Faisal Salman <f@faisalman.com>"
66
],

dist/ua-parser.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ua-parser.pack.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.7.26',
3+
version: '0.7.27',
44
summary: 'Lightweight JavaScript-based user-agent string parser',
55
git: 'https://github.com/faisalman/ua-parser-js.git',
66
documentation: 'readme.md'

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.7.26",
4+
"version": "0.7.27",
55
"author": "Faisal Salman <f@faisalman.com> (http://faisalman.com)",
66
"description": "Lightweight JavaScript-based user-agent string parser",
77
"keywords": [

src/ua-parser.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!@license
2-
* UAParser.js v0.7.26
2+
* UAParser.js v0.7.27
33
* Lightweight JavaScript-based User-Agent string parser
44
* https://github.com/faisalman/ua-parser-js
55
*
@@ -16,7 +16,7 @@
1616
/////////////
1717

1818

19-
var LIBVERSION = '0.7.26',
19+
var LIBVERSION = '0.7.27',
2020
EMPTY = '',
2121
UNKNOWN = '?',
2222
FUNC_TYPE = 'function',

0 commit comments

Comments
 (0)