From 206c06d06a4d08d8c57e35980275b09b4c3bf608 Mon Sep 17 00:00:00 2001 From: lingyan Date: Sat, 25 Oct 2014 18:19:33 -0700 Subject: [PATCH] allow matching a path containing query string --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52b6227..755cc5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "routr", - "version": "0.0.3", + "version": "0.0.4", "description": "A router for both server and client", "main": "index.js", "repository": {