diff --git a/examples/llama/package.json b/examples/llama/package.json index 67b9247..db139d6 100644 --- a/examples/llama/package.json +++ b/examples/llama/package.json @@ -16,7 +16,7 @@ "metro-config": "^0.80.12", "react": "18.2.0", "react-native": "0.74.5", - "react-native-executorch": "0.1.1", + "react-native-executorch": "^0.1.2", "react-native-loading-spinner-overlay": "^3.0.1", "react-native-markdown-display": "^7.0.2", "react-native-reanimated": "~3.10.1", diff --git a/package.json b/package.json index 116aa6f..32722df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-executorch", - "version": "0.1.1", + "version": "0.1.2", "description": "An easy way to run AI models in react native with ExecuTorch", "source": "./src/index.ts", "main": "./lib/commonjs/index.js",