Skip to content

Commit

Permalink
chore: v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janantala committed Mar 3, 2014
1 parent e9f98cd commit 1bac935
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# speech-synthesis v0.3.1 [![Build Status](https://travis-ci.org/janantala/speech-synthesis.png?branch=master)](https://travis-ci.org/janantala/speech-synthesis)
# speech-synthesis v0.3.2 [![Build Status](https://travis-ci.org/janantala/speech-synthesis.png?branch=master)](https://travis-ci.org/janantala/speech-synthesis)

Speech Synthesis polyfill based on Google Translate service. Polyfill downloads audio from Google Translate server using [CORS](http://caniuse.com/#feat=cors) and plays it using [audio](http://caniuse.com/#feat=audio) element.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "speech-synthesis",
"version": "0.3.1",
"version": "0.3.2",
"description": "Speech Synthesis polyfill",
"keywords": ["speech", "synthesis", "polyfill"],
"authors": ["Jan Antala <[email protected]>"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "speech-synthesis",
"version": "0.3.1",
"version": "0.3.2",
"description": "Speech Synthesis polyfill",
"keywords": ["speech", "synthesis", "polyfill"],
"authors": ["Jan Antala <[email protected]>"],
Expand Down
4 changes: 2 additions & 2 deletions polyfill.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1bac935

Please sign in to comment.