infobip-mobile-messaging-react-native-plugin 6.2.2 → 6.3.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.
@@ -19,8 +19,8 @@ Pod::Spec.new do |s|
19
19
  s.requires_arc = true
20
20
 
21
21
  s.dependency "React-Core"
22
- s.dependency "MobileMessaging/Core", "10.2.1"
23
- s.dependency "MobileMessaging/Geofencing", "10.2.1"
24
- s.dependency "MobileMessaging/InAppChat", "10.2.1"
22
+ s.dependency "MobileMessaging/Core", "10.3.1"
23
+ s.dependency "MobileMessaging/Geofencing", "10.3.1"
24
+ s.dependency "MobileMessaging/InAppChat", "10.3.1"
25
25
 
26
26
  end
package/ios/Cartfile CHANGED
@@ -1 +1 @@
1
- github "infobip/mobile-messaging-sdk-ios" "10.2.1"
1
+ github "infobip/mobile-messaging-sdk-ios" "10.3.1"
@@ -1 +1 @@
1
- github "infobip/mobile-messaging-sdk-ios" "10.2.1"
1
+ github "infobip/mobile-messaging-sdk-ios" "10.3.1"
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": "6.2.2",
4
+ "version": "6.3.2",
5
5
  "description": "Infobip Mobile Messaging React Native Plugin",
6
6
  "main": "index.js",
7
7
  "scripts": {