From c80cd0420567bd693f5d450655ce99b659aff39c Mon Sep 17 00:00:00 2001 From: hebamoustafa Date: Wed, 4 Dec 2024 03:43:51 +0200 Subject: [PATCH] move to 0.1.89 --- android/build.gradle | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",