diff --git a/package.json b/package.json index 2886e40b8..9de0071fc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/datastore", "description": "Cloud Datastore Client Library for Node.js", - "version": "1.3.4", + "version": "1.3.5", "license": "Apache-2.0", "author": "Google Inc.", "engines": { diff --git a/samples/package.json b/samples/package.json index afbf7ea64..1a79977a1 100644 --- a/samples/package.json +++ b/samples/package.json @@ -14,7 +14,7 @@ "cover": "nyc --reporter=lcov --cache ava -T 20s --verbose test/*.test.js system-test/*.test.js && nyc report" }, "dependencies": { - "@google-cloud/datastore": "1.3.4", + "@google-cloud/datastore": "1.3.5", "sinon": "4.1.2", "yargs": "10.0.3" },