Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/react-native-executorch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-executorch",
"version": "0.10.0",
"version": "0.10.1",
"nativeLibsVersion": "0.10.0",
"description": "An easy way to run AI models in React Native with ExecuTorch",
"main": "./lib/module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-executorch/src/fetcher/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const DOWNLOAD_EVENT_ENDPOINT = 'https://ai.swmansion.com/telemetry/downloads/ap
// self-referencing import would need package `exports` support in the consuming
// bundler to load at all. A wrong value here is analytics noise; a failed
// import would break the bundle.
const LIB_VERSION = '0.10.0';
const LIB_VERSION = '0.10.1';

// Anonymous analytics are on by default; apps opt out via setTelemetryEnabled.
let telemetryEnabled = true;
Expand Down