From 147f7ae384d61cf5df05a783f6117e01369cda38 Mon Sep 17 00:00:00 2001 From: Rodrigo Guerreiro <6speedpt@gmail.com> Date: Mon, 5 May 2014 13:08:46 +0100 Subject: [PATCH] changed package version --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4230e1..63b153e 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ app.get('/', function(req, res) { - [@ryansully](https://github.com/ryansully) - [@lyxsus](https://github.com/lyxsus) - [@dsyph3r](https://github.com/dsyph3r) +- [@davo11122](https://github.com/davo11122) ## where to go from here? diff --git a/package.json b/package.json index 2662aa6..c741b33 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "Rodrigo Guerreiro (@rguerreiro)", "description": "Browser detection library, built on top of express", "keywords": ["browser", "mobile", "detection", "user-agent", "express", "layout", "view routing", "desktop", "phone", "tablet", "tv", "bot", "responsive design"], - "version": "0.3.7", + "version": "0.3.8", "main": "./index.js", "private": false, "engines": { "node": "*" },