diff --git a/android/build.gradle b/android/build.gradle index be9d82a..a96479d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -89,5 +89,5 @@ repositories { dependencies { implementation project(':expo-modules-core') implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${getKotlinVersion()}" - implementation "com.moneykit:connect:0.0.7" + implementation "com.moneykit:connect:0.1.0" } diff --git a/package.json b/package.json index 39691a2..42e714d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moneykit/connect-react-native", - "version": "1.10.1", + "version": "1.11.0", "description": "MoneyKit Connect is a quick and secure way to link bank accounts from within your app. The drop-in framework handles connecting to a financial institution in your app (credential validation, multi-factor authentication, error handling, etc.) without passing sensitive information to your server", "main": "build/index.js", "types": "build/index.d.ts",