Skip to content

Commit

Permalink
Merge pull request #2493 from lissyx/bump-v0.6.0-alpha.12
Browse files Browse the repository at this point in the history
Bump VERSION to 0.6.0-alpha.12
  • Loading branch information
lissyx authored Nov 5, 2019
2 parents 1e40076 + e1be01b commit 493aaed
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.11
0.6.0-alpha.12
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.11",
"deepspeech": "^0.6.0-alpha.12",
"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.0a11
deepspeech~=0.6.0a12
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.11",
"deepspeech": "^0.6.0-alpha.12",
"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.0a11
deepspeech~=0.6.0a12
webrtcvad
pyqt5

0 comments on commit 493aaed

Please sign in to comment.