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

Commit 39a02f5

Browse files
authored
increase version to 0.11.2 (#1057)
1 parent 6b72b44 commit 39a02f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

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

src/version.ts

+1-1
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 = '0.11.1';
4+
const version = '0.11.2';
55
export {version};

0 commit comments

Comments
 (0)