From d9861d57463518a88311c94b849fdb82cf761157 Mon Sep 17 00:00:00 2001 From: taitmbarek Date: Tue, 2 Apr 2024 18:03:13 +0000 Subject: [PATCH 1/3] update iOS version to 0.5.15 --- react-native-knotapi.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-knotapi.podspec b/react-native-knotapi.podspec index c99742d..4b03236 100644 --- a/react-native-knotapi.podspec +++ b/react-native-knotapi.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm}" s.dependency "React-Core" - s.dependency 'KnotAPI', '0.5.14' + s.dependency 'KnotAPI', '0.5.15' # Don't install the dependencies when we run `pod install` in the old architecture. From 4688a6f920bddf60262e76265b74c0a196e53a26 Mon Sep 17 00:00:00 2001 From: taitmbarek Date: Tue, 2 Apr 2024 18:03:32 +0000 Subject: [PATCH 2/3] update Android version to 1.0.58 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 2991fb9..62e958b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -125,7 +125,7 @@ repositories { dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" - implementation "com.knotapi.cardonfileswitcher:knotapi-android-sdk:1.0.57" + implementation "com.knotapi.cardonfileswitcher:knotapi-android-sdk:1.0.58" // From node_modules } From 4b0fdf892394dc0d4396f5d0ce756ade8afb6c2c Mon Sep 17 00:00:00 2001 From: taitmbarek Date: Tue, 2 Apr 2024 18:04:05 +0000 Subject: [PATCH 3/3] move to 0.1.69 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d195b34..cb55b52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-knotapi", - "version": "0.1.68", + "version": "0.1.69", "description": "test", "main": "lib/commonjs/index", "module": "lib/module/index",