Skip to content

Commit

Permalink
Update tfjs-react-native to 0.4.0. (#4048)
Browse files Browse the repository at this point in the history
INTERNAL
  • Loading branch information
tafsiri authored Oct 9, 2020
1 parent c537c81 commit 1bc678c
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.4.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.4.0';
export {version};

0 comments on commit 1bc678c

Please sign in to comment.