Skip to content

Commit

Permalink
[speech-commands] Bump version to 0.3.9 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
caisq committed Jun 18, 2019
1 parent 79a6866 commit 4b2d643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion speech-commands/package.json
@@ -1,6 +1,6 @@
{
"name": "@tensorflow-models/speech-commands",
"version": "0.3.8",
"version": "0.3.9",
"description": "Speech-command recognizer in TensorFlow.js",
"main": "dist/index.js",
"unpkg": "dist/speech-commands.min.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.8';
const version = '0.3.9';
export {version};

0 comments on commit 4b2d643

Please sign in to comment.