From 0fc76d5406c3fc5f3684d101b0e1246f26d34e95 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Tue, 12 Mar 2019 14:01:45 -0700 Subject: [PATCH] Release v2.1.4 (#224) --- translate/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translate/package.json b/translate/package.json index 33d8b03d4e9..203cb994f38 100644 --- a/translate/package.json +++ b/translate/package.json @@ -11,7 +11,7 @@ "test": "mocha system-test" }, "dependencies": { - "@google-cloud/translate": "^2.1.3", + "@google-cloud/translate": "^2.1.4", "@google-cloud/automl": "^0.1.2", "yargs": "^13.0.0" },