Skip to content

Commit

Permalink
Update tfjs-react-native to 0.7.0. (#5638)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjingforever authored Sep 17, 2021
1 parent 96217a8 commit 6f8cabe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tfjs-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-react-native",
"version": "0.0.0",
"version": "0.7.0",
"description": "TensorFlow.js platform implementation for React Native",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tfjs-react-native/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '0.2.3';
const version = '0.7.0';
export {version};

0 comments on commit 6f8cabe

Please sign in to comment.