Skip to content

Commit

Permalink
Update tfjs-vis to 1.5.0. (#4608)
Browse files Browse the repository at this point in the history
INTERNAL
  • Loading branch information
tafsiri authored Jan 27, 2021
1 parent e0dd931 commit 0876ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tfjs-vis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-vis",
"version": "1.4.3",
"version": "1.5.0",
"description": "Utilities for in browser visualization with TensorFlow.js",
"repository": "https://github.com/tensorflow/tfjs-vis",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion tfjs-vis/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '1.4.0';
const version = '1.5.0';
export {version};

0 comments on commit 0876ea2

Please sign in to comment.