Update version

This commit is contained in:
Faisal Salman 2013-02-15 10:23:49 +07:00
parent a5e4b7bf72
commit 217cef226a
4 changed files with 7 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
"title": "UA-Parser.JS",
"name": "ua-parser-js",
"version": "0.5.11",
"version": "0.5.12",
"author": "Faisal Salman <fyzlman@gmail.com> (http://faisalman.com)",
"description": "Lightweight JavaScript-based user-agent string parser",
"keywords": [
@ -17,6 +17,7 @@
"Faisal Salman <fyzlman@gmail.com>",
"Christopher De Cairos <chris.decairos@gmail.com>",
"John Tantalo <john.tantalo@gmail.com>",
"Jon Buckley <jon@jbuckley.ca>",
"Lee Treveil <leetreveil@gmail.com>"
],
"main": "ua-parser",

View File

@ -1,7 +1,7 @@
{
"title": "UA-Parser.JS",
"name": "ua-parser-js",
"version": "0.5.11",
"version": "0.5.12",
"description": "Lightweight JavaScript-based user-agent string parser",
"keywords": [
"user-agent",

View File

@ -1,4 +1,4 @@
// UA-Parser.JS v0.5.11
// UA-Parser.JS v0.5.12
// Lightweight JavaScript-based User-Agent string parser
// https://github.com/faisalman/ua-parser-js
//
@ -417,7 +417,7 @@
exports = module.exports = UAParser;
}
exports.UAParser = UAParser;
} else if (typeof define === 'function' && define.amd) {
} else if (typeof define === FUNC && define.amd) {
// requirejs env
define(function() {
return UAParser;

4
ua-parser.min.js vendored

File diff suppressed because one or more lines are too long