Skip to content

Commit e9c5b30

Browse files
authored
[speech-commands] Bump version: 0.3.5 --> 0.3.6 (tensorflow#201)
1 parent a012718 commit e9c5b30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

speech-commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow-models/speech-commands",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "Speech-command recognizer in TensorFlow.js",
55
"main": "dist/index.js",
66
"unpkg": "dist/speech-commands.min.js",

speech-commands/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/** @license See the LICENSE file. */
22
// This code is auto-generated, do not modify this file!
3-
const version = '0.3.5';
3+
const version = '0.3.6';
44
export {version};

0 commit comments

Comments
 (0)