Skip to content

Commit 6f8cabe

Browse files
Update tfjs-react-native to 0.7.0. (#5638)
1 parent 96217a8 commit 6f8cabe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tfjs-react-native/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-react-native",
3-
"version": "0.0.0",
3+
"version": "0.7.0",
44
"description": "TensorFlow.js platform implementation for React Native",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

tfjs-react-native/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 = '0.2.3';
4+
const version = '0.7.0';
55
export {version};

0 commit comments

Comments
 (0)