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,7 +1,7 @@
{
"title": "UAParser.js",
"name": "ua-parser-js",
"version": "0.7.1",
"version": "0.7.2",
"author": "Faisal Salman <fyzlman@gmail.com> (http://faisalman.com)",
"description": "Lightweight JavaScript-based user-agent string parser",
"keywords": [
@@ -67,7 +67,8 @@
"node": "*"
},
"directories": {
"lib": "src",
"dist": "dist",
"src": "src",
"test": "test"
}
}