@yuno-payments/yuno-sdk-react-native 1.0.24 → 1.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/YunoSdk.podspec CHANGED
@@ -40,7 +40,7 @@ Pod::Spec.new do |s|
40
40
  end
41
41
 
42
42
  # Yuno iOS SDK
43
- s.dependency "YunoSDK", "2.9.0"
43
+ s.dependency "YunoSDK", "2.9.0-r"
44
44
 
45
45
  s.swift_version = '5.0'
46
46
  s.static_framework = true
@@ -40,7 +40,7 @@ Pod::Spec.new do |s|
40
40
  end
41
41
 
42
42
  # Yuno iOS SDK
43
- s.dependency "YunoSDK", "2.9.0"
43
+ s.dependency "YunoSDK", "2.9.0-r"
44
44
 
45
45
  s.swift_version = '5.0'
46
46
  s.static_framework = true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/yuno-sdk-react-native",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "Yuno React Native SDK empowers you to create seamless payment experiences in your native Android and iOS apps built with React Native.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",