We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a012718 commit e9c5b30Copy full SHA for e9c5b30
speech-commands/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tensorflow-models/speech-commands",
3
- "version": "0.3.5",
+ "version": "0.3.6",
4
"description": "Speech-command recognizer in TensorFlow.js",
5
"main": "dist/index.js",
6
"unpkg": "dist/speech-commands.min.js",
speech-commands/src/version.ts
@@ -1,4 +1,4 @@
/** @license See the LICENSE file. */
// This code is auto-generated, do not modify this file!
-const version = '0.3.5';
+const version = '0.3.6';
export {version};
0 commit comments