Skip to content

Commit 5bfb7e1

Browse files
author
Kangyi Zhang
authored
Update tfjs-core to 1.2.11. (tensorflow#2163)
INTERNAL
1 parent e7e04f6 commit 5bfb7e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tfjs-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow/tfjs-core",
3-
"version": "1.2.10",
3+
"version": "1.2.11",
44
"description": "Hardware-accelerated JavaScript library for machine intelligence",
55
"private": false,
66
"main": "dist/index.js",

tfjs-core/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @license See the LICENSE file. */
22

33
// This code is auto-generated, do not modify this file!
4-
const version = '1.2.10';
4+
const version = '1.2.11';
55
export {version};

0 commit comments

Comments
 (0)