Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagsten committed Oct 24, 2019
1 parent 457500c commit 07b65fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/talkify.js
Original file line number Diff line number Diff line change
Expand Up @@ -2185,7 +2185,7 @@ talkify.playlist = function () {

function playFromBeginning() {
if (!talkify.config.remoteService.active) {
onComplete({ Culture: '', Language: -1 });
onComplete({ Cultures: [], Language: -1 });

return;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/talkify.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "talkify-tts",
"version": "2.7.0",
"version": "2.7.1",
"description": "A JavaScript text to speech (TTS) library. Provides you with high quality TTS voices in many languages and a high quality language. These voices and engines runs on a Talkify hosted server. This lib also supports browser built in voices via the SpeechSynthesis API if you rather not rely on Talkify servers.",
"main": "dist/talkify.js",
"style": "dist/styles/*.css",
Expand Down

0 comments on commit 07b65fe

Please sign in to comment.