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

View File

@ -1,7 +1,7 @@
{ {
"title": "UA-Parser.JS", "title": "UA-Parser.JS",
"name": "ua-parser-js", "name": "ua-parser-js",
"version": "0.5.11", "version": "0.5.12",
"description": "Lightweight JavaScript-based user-agent string parser", "description": "Lightweight JavaScript-based user-agent string parser",
"keywords": [ "keywords": [
"user-agent", "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 // Lightweight JavaScript-based User-Agent string parser
// https://github.com/faisalman/ua-parser-js // https://github.com/faisalman/ua-parser-js
// //
@ -417,7 +417,7 @@
exports = module.exports = UAParser; exports = module.exports = UAParser;
} }
exports.UAParser = UAParser; exports.UAParser = UAParser;
} else if (typeof define === 'function' && define.amd) { } else if (typeof define === FUNC && define.amd) {
// requirejs env // requirejs env
define(function() { define(function() {
return UAParser; return UAParser;

4
ua-parser.min.js vendored

File diff suppressed because one or more lines are too long