Skip to content

Commit

Permalink
Merge pull request mozilla#2507 from lissyx/bump-v0.6.0-alpha.14
Browse files Browse the repository at this point in the history
Bump VERSION to 0.6.0-alpha.14
  • Loading branch information
lissyx committed Nov 7, 2019
2 parents 23e72a6 + c7816ee commit d754e53
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0-alpha.13
0.6.0-alpha.14
2 changes: 1 addition & 1 deletion examples/ffmpeg_vad_streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"argparse": "^1.0.10",
"deepspeech": "^0.6.0-alpha.13",
"deepspeech": "^0.6.0-alpha.14",
"node-vad": "^1.1.1",
"util": "^0.11.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/mic_vad_streaming/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
deepspeech~=0.6.0a13
deepspeech~=0.6.0a14
pyaudio~=0.2.11
webrtcvad~=2.0.10
halo~=0.0.18
Expand Down
2 changes: 1 addition & 1 deletion examples/nodejs_wav/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"argparse": "^1.0.10",
"deepspeech": "^0.6.0-alpha.13",
"deepspeech": "^0.6.0-alpha.14",
"node-wav": "0.0.2",
"sox-stream": "^2.0.3",
"util": "^0.11.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/vad_transcriber/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
deepspeech~=0.6.0a13
deepspeech~=0.6.0a14
webrtcvad
pyqt5

0 comments on commit d754e53

Please sign in to comment.