We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad2606 commit 6fe8a02Copy full SHA for 6fe8a02
tfjs-react-native/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tensorflow/tfjs-react-native",
3
- "version": "0.0.0",
+ "version": "1.0.0",
4
"description": "TensorFlow.js platform implementation for React Native",
5
"main": "dist/index.js",
6
"repository": {
tfjs-react-native/src/version.ts
@@ -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 commit comments