diff --git a/CapacitorRadar.podspec b/CapacitorRadar.podspec index 2389d58..f47ea9f 100644 --- a/CapacitorRadar.podspec +++ b/CapacitorRadar.podspec @@ -11,6 +11,6 @@ s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}' s.ios.deployment_target = '12.0' s.dependency 'Capacitor' - s.dependency 'RadarSDK', '~> 3.5.9' + s.dependency 'RadarSDK', '~> 3.7.2' s.static_framework = true end diff --git a/ios/Podfile b/ios/Podfile index 379420e..c526e39 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -3,11 +3,11 @@ platform :ios, '12.0' target 'Plugin' do use_frameworks! pod 'Capacitor', :path => '../node_modules/@capacitor/ios' - pod 'RadarSDK', '~> 3.5.9' + pod 'RadarSDK', '~> 3.7.2' end target 'PluginTests' do use_frameworks! pod 'Capacitor', :path => '../node_modules/@capacitor/ios' - pod 'RadarSDK', '~> 3.5.9' + pod 'RadarSDK', '~> 3.7.2' end diff --git a/package-lock.json b/package-lock.json index 570bcc3..a4b61de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "capacitor-radar", - "version": "3.5.4", + "version": "3.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "capacitor-radar", - "version": "3.5.4", + "version": "3.7.2", "license": "Apache-2.0", "dependencies": { "@capacitor/core": "^3.0.1", diff --git a/package.json b/package.json index 87f3e6f..c7a307d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capacitor-radar", - "version": "3.5.4", + "version": "3.7.2", "description": "Capacitor plugin for Radar, the leading geofencing and location tracking platform", "main": "dist/esm/index.js", "types": "dist/esm/index.d.ts",