increment patch version

This commit is contained in:
Faisal Salman
2017-06-22 14:16:29 +07:00
parent cf977c50ed
commit 6cc6742f5e
6 changed files with 9 additions and 9 deletions

View File

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