Skip to content

Commit d26ec95

Browse files
mkopcinsMateusz Kopciński
andauthored
chore: v0.4.9 (#650)
Bump to 0.4.9 and change jitpack target. Co-authored-by: Mateusz Kopciński <mateusz.kopcinski@swmansnion.com>
1 parent 5ad383a commit d26ec95

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ dependencies {
103103
implementation "com.facebook.react:react-android:+"
104104
implementation 'org.opencv:opencv:4.10.0'
105105
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
106-
implementation("com.github.software-mansion:react-native-executorch:release~0.4-SNAPSHOT")
106+
implementation("com.github.software-mansion:react-native-executorch:v0.4.9")
107107
implementation 'org.opencv:opencv:4.10.0'
108108
implementation("com.squareup.okhttp3:okhttp:4.9.2")
109109
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-executorch",
3-
"version": "0.4.8",
3+
"version": "0.4.9",
44
"description": "An easy way to run AI models in react native with ExecuTorch",
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)