@survicate/react-native-survicate 6.3.2 → 6.3.3

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
@@ -119,7 +119,7 @@ Got an Issue?
119
119
 
120
120
  To make things more streamlined, we’ve transitioned our issue reporting to our customer support platform. If you encounter any bugs or have feedback, please reach out to our customer support team. Your insights are invaluable to us, and we’re here to help ensure your experience is top-notch!
121
121
 
122
- Contact us via Intercom in the application, or drop us an email at: [hello@survicate.com]
122
+ Contact us via Intercom in the application, or drop us an email at: [support@survicate.com]
123
123
 
124
124
  Thank you for your support and understanding!
125
125
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@survicate/react-native-survicate",
3
3
  "title": "React Native Survicate Bindings",
4
- "version": "6.3.2",
4
+ "version": "6.3.3",
5
5
  "description": "React Native bindings for Survicate Mobile SDK",
6
6
  "main": "lib/commonjs/index.js",
7
7
  "module": "lib/module/index.js",
@@ -41,7 +41,7 @@
41
41
  "react-native",
42
42
  "expo"
43
43
  ],
44
- "author": "Survicate <hello@survicate.com> (https://survicate.com/)",
44
+ "author": "Survicate <support@survicate.com> (https://survicate.com/)",
45
45
  "license": "MIT",
46
46
  "licenseFilename": "LICENSE",
47
47
  "readmeFilename": "README.md",
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
21
21
  s.requires_arc = true
22
22
 
23
23
  s.dependency "React"
24
- s.dependency "Survicate", "6.3.1"
24
+ s.dependency "Survicate", "6.3.3"
25
25
  # ...
26
26
  # s.dependency "..."
27
27