Increment build version: 0.7.10

This commit is contained in:
Faisal Salman
2015-12-12 17:44:29 +07:00
parent a1293f804e
commit fd39be3336
8 changed files with 11 additions and 11 deletions

View File

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