diff --git a/android/build.gradle b/android/build.gradle index f789fb1..496e7a6 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -87,6 +87,6 @@ dependencies { // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" - implementation "com.knotapi.cardonfileswitcher:knotapi-android-sdk:1.0.76" + implementation "com.knotapi.cardonfileswitcher:knotapi-android-sdk:1.0.77" } diff --git a/package.json b/package.json index d62ea69..e6f5d0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-knotapi", - "version": "0.1.88", + "version": "0.1.89", "description": "Knot is for when there's knot an API - change card on file information, cancel subscriptions, change passwords, and more.", "source": "./src/index.tsx", "main": "./lib/commonjs/index.cjs",