From cc47d0defad44d13c05359e58a3efdc95fdda713 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Tue, 2 Oct 2018 12:58:37 -0700 Subject: [PATCH] Release v2.1.1 (#195) --- speech/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speech/package.json b/speech/package.json index 253591bb15..d99cc4f5e8 100644 --- a/speech/package.json +++ b/speech/package.json @@ -12,7 +12,7 @@ "test": "ava -T 20s --verbose system-test/*.test.js" }, "dependencies": { - "@google-cloud/speech": "^2.1.0", + "@google-cloud/speech": "^2.1.1", "@google-cloud/storage": "^2.0.0", "node-record-lpcm16": "^0.3.0", "yargs": "^12.0.0"