diff --git a/speech-commands/package.json b/speech-commands/package.json index d6d46eac62..0af313249b 100644 --- a/speech-commands/package.json +++ b/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", diff --git a/speech-commands/src/version.ts b/speech-commands/src/version.ts index eeee320e31..ff2d87ae21 100644 --- a/speech-commands/src/version.ts +++ b/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};