Skip to content

Commit

Permalink
Update tfjs-react-native to 1.0.0. (#8071)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsoulanille committed Nov 30, 2023
1 parent 5ad2606 commit 6fe8a02
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": "1.0.0",
"description": "TensorFlow.js platform implementation for React Native",
"main": "dist/index.js",
"repository": {
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 = '1.0.0';
export {version};

0 comments on commit 6fe8a02

Please sign in to comment.