Update Node module to 0.11.1 in anticipation of point release
diff --git a/src/node/package.json b/src/node/package.json
index bb8987c..ff93e91 100644
--- a/src/node/package.json
+++ b/src/node/package.json
@@ -1,6 +1,6 @@
 {
   "name": "grpc",
-  "version": "0.11.0",
+  "version": "0.11.1",
   "author": "Google Inc.",
   "description": "gRPC Library for Node",
   "homepage": "http://www.grpc.io/",