Increment patch version to 0.7.2

This commit is contained in:
Faisal Salman
2014-11-07 15:32:38 +07:00
parent a78d3f7d4b
commit d3f1b0eaf7
6 changed files with 18 additions and 9 deletions

View File

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