rn-linkrunner 2.4.1 → 2.4.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,5 +19,5 @@ Pod::Spec.new do |s|
19
19
  s.requires_arc = true
20
20
 
21
21
  s.dependency "React"
22
- s.dependency 'LinkrunnerKit', '3.1.0'
22
+ s.dependency 'LinkrunnerKit', '3.2.0'
23
23
  end
package/ios/Podfile CHANGED
@@ -12,7 +12,7 @@ abstract_target 'LinkrunnerSDK' do
12
12
  # Pods for LinkrunnerSDK
13
13
 
14
14
  # Add the linkrunner-ios-sdk dependency
15
- pod 'LinkrunnerKit', '3.1.0'
15
+ pod 'LinkrunnerKit', '3.2.0'
16
16
 
17
17
 
18
18
  # Add any other dependencies your SDK needs here
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rn-linkrunner",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "React Native Package for linkrunner",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",