From 96453f3195053291373984edf6a0b262c801fd0f Mon Sep 17 00:00:00 2001 From: Luke Sneeringer Date: Tue, 24 Oct 2017 16:55:05 -0700 Subject: [PATCH] Bump version to 1.1.0 (#8) --- translate/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translate/package.json b/translate/package.json index 33e343ddf3c..c7c28f32f95 100644 --- a/translate/package.json +++ b/translate/package.json @@ -14,7 +14,7 @@ "test": "repo-tools test run --cmd npm -- run cover" }, "dependencies": { - "@google-cloud/translate": "1.0.0", + "@google-cloud/translate": "1.1.0", "yargs": "10.0.3" }, "devDependencies": {