diff --git a/package.json b/package.json index 7cb4fd7..4c9c4df 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "sniff", "detection" ], - "version": "0.3.9", + "version": "0.4.0", "homepage": "https://github.com/ded/bowser", "author": "Dustin Diaz (http://dustindiaz.com)", "main": "./bowser.js", @@ -16,7 +16,7 @@ "url": "https://github.com/ded/bowser.git" }, "devDependencies": { - "smoosh": "*" - , "mocha": "*" + "smoosh": "*", + "mocha": "*" } }