@advergic-ads/react-native-sdk 1.0.0 → 1.0.1

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.
@@ -28,5 +28,5 @@ Pod::Spec.new do |s|
28
28
  #
29
29
  # A `>=` floor (not `~>`) is used so future releases served at that single,
30
30
  # always-latest podspec URL keep resolving.
31
- s.dependency "AdvergicSDK", ">= 0.1.4"
31
+ s.dependency "AdvergicSDK", ">= 0.1.5"
32
32
  end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@advergic-ads/react-native-sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Advergic React Native SDK - Integrate Prebid header bidding and mobile advertising into your React Native apps",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",