diff --git a/android/build.gradle b/android/build.gradle index 9072f736d1..3a66358cf3 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -103,7 +103,7 @@ dependencies { implementation "com.facebook.react:react-android:+" implementation 'org.opencv:opencv:4.10.0' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation("com.github.software-mansion:react-native-executorch:release~0.4-SNAPSHOT") + implementation("com.github.software-mansion:react-native-executorch:v0.4.9") implementation 'org.opencv:opencv:4.10.0' implementation("com.squareup.okhttp3:okhttp:4.9.2") } diff --git a/package.json b/package.json index 82508990fa..ca4b6d33c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-executorch", - "version": "0.4.8", + "version": "0.4.9", "description": "An easy way to run AI models in react native with ExecuTorch", "source": "./src/index.ts", "main": "./lib/commonjs/index.js",