Increment patch version to 0.7.4

This commit is contained in:
Faisal Salman
2015-04-07 01:41:46 +07:00
parent 6a284e2670
commit fa6f8de25f
7 changed files with 9 additions and 9 deletions

View File

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