Verup 0.7.9

This commit is contained in:
Faisal Salman 2015-07-19 04:00:01 +07:00
parent e9e5467add
commit 992e829643
8 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ua-parser-js",
"version": "0.7.8",
"version": "0.7.9",
"authors": [
"Faisal Salman <fyzlman@gmail.com>"
],

View File

@ -1,6 +1,6 @@
{
"name": "ua-parser-js",
"version": "0.7.8",
"version": "0.7.9",
"description": "Lightweight JavaScript-based user-agent string parser",
"keywords": [
"user-agent",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
Package.describe({
name: 'faisalman:ua-parser-js',
version: '0.7.8',
version: '0.7.9',
summary: 'Lightweight JavaScript-based user-agent string parser',
git: 'https://github.com/faisalman/ua-parser-js.git',
documentation: 'readme.md'

View File

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

View File

@ -1,5 +1,5 @@
/**
* UAParser.js v0.7.8
* UAParser.js v0.7.9
* Lightweight JavaScript-based User-Agent string parser
* https://github.com/faisalman/ua-parser-js
*
@ -16,7 +16,7 @@
/////////////
var LIBVERSION = '0.7.8',
var LIBVERSION = '0.7.9',
EMPTY = '',
UNKNOWN = '?',
FUNC_TYPE = 'function',

View File

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