Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

Commit a11a034

Browse files
authored
Update tfjs-core to 1.2.3. (#1842)
INTERNAL
1 parent 2ef73ef commit a11a034

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2",
3+
"version": "1.2.3",
44
"description": "Hardware-accelerated JavaScript library for machine intelligence",
55
"private": false,
66
"main": "dist/index.js",

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.2';
4+
const version = '1.2.3';
55
export {version};

0 commit comments

Comments
 (0)