From 84562ea5b89abd627d15b4556e10c6a8a07988d5 Mon Sep 17 00:00:00 2001 From: Ping Yu <4018+pyu10055@users.noreply.github.com> Date: Wed, 4 Mar 2020 13:08:13 -0800 Subject: [PATCH] Update tfjs-core to 1.6.0. --- tfjs-core/package.json | 2 +- tfjs-core/src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tfjs-core/package.json b/tfjs-core/package.json index 323cfd64241..af5e4566eea 100644 --- a/tfjs-core/package.json +++ b/tfjs-core/package.json @@ -1,6 +1,6 @@ { "name": "@tensorflow/tfjs-core", - "version": "1.5.3", + "version": "1.6.0", "description": "Hardware-accelerated JavaScript library for machine intelligence", "private": false, "main": "dist/index.js", diff --git a/tfjs-core/src/version.ts b/tfjs-core/src/version.ts index e04e743e958..12ef682927b 100644 --- a/tfjs-core/src/version.ts +++ b/tfjs-core/src/version.ts @@ -1,5 +1,5 @@ /** @license See the LICENSE file. */ // This code is auto-generated, do not modify this file! -const version = '1.5.3'; +const version = '1.6.0'; export {version};