infobip-mobile-messaging-react-native-plugin 12.5.1 → 12.5.2

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/README.md CHANGED
@@ -15,8 +15,8 @@ The document describes library integration steps for your React Native project.
15
15
  - React Native (v0.70.8)
16
16
 
17
17
  For iOS project:
18
- - Xcode and Command Line Tools (13.2.1)
19
- - CocoaPods (v1.11.3)
18
+ - Xcode and Command Line Tools (16.1)
19
+ - CocoaPods (v1.15.2)
20
20
  - Minimum deployment target 12.4
21
21
 
22
22
  For Android project:
@@ -19,10 +19,10 @@ Pod::Spec.new do |s|
19
19
  s.requires_arc = true
20
20
 
21
21
  s.dependency "React-Core"
22
- s.dependency "MobileMessaging/Core", "12.14.0"
23
- s.dependency "MobileMessaging/InAppChat", "12.14.0"
24
- s.dependency "MobileMessaging/Inbox", "12.14.0"
22
+ s.dependency "MobileMessaging/Core", "12.14.1"
23
+ s.dependency "MobileMessaging/InAppChat", "12.14.1"
24
+ s.dependency "MobileMessaging/Inbox", "12.14.1"
25
25
  if defined?($WebRTCUIEnabled)
26
- s.dependency "MobileMessaging/WebRTCUI", "12.14.0"
26
+ s.dependency "MobileMessaging/WebRTCUI", "12.14.1"
27
27
  end
28
28
  end
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "infobip-mobile-messaging-react-native-plugin",
3
3
  "title": "Infobip Mobile Messaging React Native Plugin",
4
- "version": "12.5.1",
4
+ "version": "12.5.2",
5
5
  "description": "Infobip Mobile Messaging React Native Plugin",
6
6
  "main": "./src/index.js",
7
7
  "scripts": {