zenorocha / voice-elements

:speaker: Web Component wrapper to the Web Speech API, that allows you to do voice recognition and speech synthesis using Polymer
http://zenorocha.github.io/voice-elements
1.36k stars 256 forks source link

Polymer 0.4.0 #10

Closed ecwyne closed 10 years ago

ecwyne commented 10 years ago

bower.json

"dependencies": {"polymer": "Polymer/polymer#~0.3.1"}

I have tested with 0.4.0 and voice-elements still works. This limitation prevents users from using 0.4.0.

"dependencies": {"polymer": "Polymer/polymer>=0.3.1"}

Will correct this.

ecwyne commented 10 years ago

Created pull request

https://github.com/zenorocha/voice-elements/pull/11