diff --git a/CapacitorRadar.podspec b/CapacitorRadar.podspec index f1bd7f5..d6fb7b7 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.4.4' + s.dependency 'RadarSDK', '~> 3.5.0' s.static_framework = true end diff --git a/ios/Podfile b/ios/Podfile index a8577fa..0e183f7 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.4.4' + pod 'RadarSDK', '~> 3.5.0' end target 'PluginTests' do use_frameworks! pod 'Capacitor', :path => '../node_modules/@capacitor/ios' - pod 'RadarSDK', '~> 3.4.4' + pod 'RadarSDK', '~> 3.5.0' end diff --git a/package-lock.json b/package-lock.json index 86b5140..f25e032 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "capacitor-radar", - "version": "3.4.0", + "version": "3.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "3.4.0", + "version": "3.5.0", "license": "Apache-2.0", "dependencies": { "@capacitor/core": "^3.0.1", diff --git a/package.json b/package.json index fc952c3..ce571e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capacitor-radar", - "version": "3.4.2", + "version": "3.5.0", "description": "Capacitor plugin for Radar, the leading geofencing and location tracking platform", "main": "dist/esm/index.js", "types": "dist/esm/index.d.ts",