Increment build version

This commit is contained in:
Faisal Salman 2014-01-20 15:17:43 +07:00
parent 6dc04cdea2
commit 7234216e02
4 changed files with 37 additions and 38 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ua-parser-js",
"version": "0.6.2",
"version": "0.6.16",
"description": "Lightweight JavaScript-based user-agent string parser",
"keywords": ["user-agent", "parser", "browser", "engine", "os", "device", "cpu"],
"scripts": ["src/ua-parser.js"],

View File

@ -1,7 +1,7 @@
{
"title": "UAParser.js",
"name": "ua-parser-js",
"version": "0.6.2",
"version": "0.6.16",
"author": "Faisal Salman <fyzlman@gmail.com> (http://faisalman.com)",
"description": "Lightweight JavaScript-based user-agent string parser",
"keywords": [

View File

@ -1,4 +1,4 @@
// UAParser.js v0.6.2
// UAParser.js v0.6.16
// Lightweight JavaScript-based User-Agent string parser
// https://github.com/faisalman/ua-parser-js
//
@ -373,12 +373,11 @@
/android\s3\.[\s\w-;]{10}(lg?)-([06cv9]{3,4})/i // LG
], [[VENDOR, 'LG'], MODEL, [TYPE, TABLET]], [
/((nexus\s4))/i,
/((nexus\s5))/i,
/((nexus\s[45]))/i,
/(lg)[e;\s-\/]+(\w+)*/i
], [[VENDOR, 'LG'], MODEL, [TYPE, MOBILE]], [
/android.+((IdeaTab[A-Za-z0-9\-\s]+))/i // Lenovo
/android.+((ideatab[a-z0-9\-\s]+))/i // Lenovo
], [[VENDOR, 'Lenovo'], MODEL, [TYPE, TABLET]], [
/(mobile|tablet);.+rv\:.+gecko\//i // Unidentifiable

View File

@ -1,7 +1,7 @@
{
"title": "UAParser.js",
"name": "ua-parser-js",
"version": "0.6.2",
"version": "0.6.16",
"description": "Lightweight JavaScript-based user-agent string parser",
"keywords": [
"user-agent",