infobip-mobile-messaging-react-native-plugin 9.2.0 → 9.2.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.
@@ -86,7 +86,7 @@ repositories {
86
86
  }
87
87
 
88
88
  dependencies {
89
- def mmVersion = '11.1.0'
89
+ def mmVersion = '11.1.3'
90
90
  //react and mm dependencies clash
91
91
  if (!overrideKotlinVersion.empty) {
92
92
  constraints {
@@ -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.2.1"
23
- s.dependency "MobileMessaging/Geofencing", "12.2.1"
24
- s.dependency "MobileMessaging/InAppChat", "12.2.1"
22
+ s.dependency "MobileMessaging/Core", "12.2.3"
23
+ s.dependency "MobileMessaging/Geofencing", "12.2.3"
24
+ s.dependency "MobileMessaging/InAppChat", "12.2.3"
25
25
  if defined?($WebRTCUIEnabled)
26
- s.dependency "MobileMessaging/WebRTCUI", "12.2.1"
26
+ s.dependency "MobileMessaging/WebRTCUI", "12.2.3"
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": "9.2.0",
4
+ "version": "9.2.2",
5
5
  "description": "Infobip Mobile Messaging React Native Plugin",
6
6
  "main": "./src/index.js",
7
7
  "scripts": {