@amplitude/plugin-engagement-react-native 2.0.2 → 2.0.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.
@@ -33,7 +33,7 @@ Pod::Spec.new do |s|
33
33
  ]
34
34
  s.dependency 'AmplitudeCore', '>=1.0.12', '<2.0.0'
35
35
  else
36
- s.dependency "AmplitudeEngagementSwift", "2.0.2"
36
+ s.dependency "AmplitudeEngagementSwift", "2.0.3"
37
37
  end
38
38
 
39
39
  install_modules_dependencies(s)
@@ -86,7 +86,7 @@ dependencies {
86
86
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
87
87
 
88
88
  // Amplitude Engagement SDK
89
- implementation "com.amplitude:amplitude-engagement-android:2.0.2"
89
+ implementation "com.amplitude:amplitude-engagement-android:2.0.3"
90
90
 
91
91
  // Amplitude Analytics SDK (required dependency)
92
92
  implementation "com.amplitude:analytics-android:1.+"
@@ -1 +1 @@
1
- {"version":"2.0.2"}
1
+ {"version":"2.0.3"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amplitude/plugin-engagement-react-native",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Amplitude Engagement plugin for React Native",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",