From f5fb086af13fa4e2ae3336a0337d742f86bb7cf7 Mon Sep 17 00:00:00 2001 From: Stephen Date: Mon, 12 Feb 2018 13:00:46 -0500 Subject: [PATCH] 1.3.4 (#58) --- package.json | 2 +- samples/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0c5ad786a..2b2b3b9fc 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.3", + "version": "1.3.4", "license": "Apache-2.0", "author": "Google Inc.", "engines": { diff --git a/samples/package.json b/samples/package.json index a3423cb73..afbf7ea64 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.3", + "@google-cloud/datastore": "1.3.4", "sinon": "4.1.2", "yargs": "10.0.3" },