From cf38de18181415763871ac32393a91715638d286 Mon Sep 17 00:00:00 2001 From: Mason Louchart Date: Fri, 23 Feb 2018 09:56:55 +0100 Subject: [PATCH] chore(release): v1.1.0 - chore(build): add new built version - fix: prevent TypeError if recognition not supported - chore(formatting): follow Google formatting convention - returning a new result for each recognition instead of appending to previous - Added support for the lang attribute in voice-recognition - Update browser support table due to partial support in Safari --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index bb56f0e..788c518 100755 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "voice-elements", - "version": "1.0.0", + "version": "1.1.0", "description": "Web Speech API wrapper that allows you to do voice recognition (speech to text) and speech synthesis (text to speech) using Polymer.", "authors": [ "Zeno Rocha "