Skip to content

Commit c1fae93

Browse files
committed
Bump to 0.1.4
1 parent fb819ed commit c1fae93

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-node",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"gypfile": true,

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

0 commit comments

Comments
 (0)